This handles abstract system level calls. More...
#include <sys/stat.h>
#include <sys/mman.h>
Go to the source code of this file.
Functions | |
int | SYS_Daemon (int, int) |
int | SYS_GetSeed (void) |
int | SYS_RandomInt (int, int) |
int | SYS_Sleep (int) |
Makes the current process sleep for some seconds. | |
int | SYS_USleep (int) |
Makes the current process sleep for some microseconds. |
This handles abstract system level calls.
Definition in file sys_generic.h.