38 #ifndef __sys_generic_h__
39 #define __sys_generic_h__
void SYS_InitRandom(void)
Initialize the random generator.
const char * SYS_GetEnv(const char *name)
(More) secure version of getenv(3)
int SYS_Sleep(int)
Makes the current process sleep for some seconds.
int SYS_USleep(int)
Makes the current process sleep for some microseconds.
int SYS_RandomInt(void)
Generate a pseudo random number.