]> git.stg.codes - stg.git/blob - include/stg_int.h
Добавление исходников
[stg.git] / include / stg_int.h
1 #ifdef LINUX
2 #include <stdint.h>
3 #endif
4
5 #ifdef FREE_BSD5
6 #include <inttypes.h>
7 #endif
8
9 #ifdef FREE_BSD
10 #include <sys/inttypes.h>
11 #endif