ladybird/LibC/sched.h
2019-04-22 00:13:41 +02:00

9 lines
85 B
C

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