mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 04:48:13 +00:00
9 lines
85 B
C
9 lines
85 B
C
#pragma once
|
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
int sched_yield();
|
|
|
|
__END_DECLS
|