Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00017 #ifndef __sys_generic_h__
00018 #define __sys_generic_h__
00019
00020 #ifdef __cplusplus
00021 extern "C"
00022 {
00023 #endif
00024
00025 #include <sys/stat.h>
00026 #include <sys/mman.h>
00027
00028 int SYS_Sleep(int);
00029
00030 int SYS_USleep(int);
00031
00032 int SYS_Daemon(int, int);
00033
00034 int SYS_RandomInt(int, int);
00035
00036 int SYS_GetSeed(void);
00037
00038 #ifdef __cplusplus
00039 }
00040 #endif
00041
00042 #endif