 |
aGrUM
0.16.0
|
Go to the documentation of this file. 4 #ifndef DOXYGEN_SHOULD_SKIP_THIS 17 # define srandom srand 27 # define access _access 29 # define execve _execve 30 # define ftruncate _chsize 31 # define unlink _unlink 32 # define fileno _fileno 33 # define getcwd _getcwd 35 # define isatty _isatty 44 # define STDIN_FILENO 0 45 # define STDOUT_FILENO 1 46 # define STDERR_FILENO 2 49 typedef __int16 int16_t;
50 typedef __int32 int32_t;
51 typedef __int64 int64_t;
52 typedef unsigned __int8 uint8_t;
53 typedef unsigned __int16 uint16_t;
54 typedef unsigned __int32 uint32_t;
55 typedef unsigned __int64 uint64_t;