ladybird/LibC/sched.h

10 lines
85 B
C

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