17 #ifndef __sys_generic_h__
18 #define __sys_generic_h__
27 int SYS_Daemon(
int,
int);
29 int SYS_RandomInt(
int,
int);
31 int SYS_GetSeed(
void);
int SYS_Sleep(int)
Makes the current process sleep for some seconds.
int SYS_USleep(int)
Makes the current process sleep for some microseconds.