1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 04:48:13 +00:00
serenity/LibC/sched.h

9 lines
85 B
C

#pragma once
#include <sys/cdefs.h>
__BEGIN_DECLS
int sched_yield();
__END_DECLS