Newer
Older
Scratch / lockwasher / src / lib / libc / include / sys / sched.h
@Christopher W. Olsen Christopher W. Olsen on 25 Oct 2019 63 bytes Scratch
#ifndef _SCHED_H
#define _SCHED_H

int sched_yield();

#endif