ladybird/LibC/sched.h

9 lines
85 B
C

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