mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-12-02 17:12:55 +00:00
11 lines
208 B
C
11 lines
208 B
C
|
typedef int uint8_t;
|
||
|
typedef int uint16_t;
|
||
|
typedef int uint32_t;
|
||
|
typedef int uint64_t;
|
||
|
typedef int int8_t;
|
||
|
typedef int int16_t;
|
||
|
typedef int int32_t;
|
||
|
typedef int int64_t;
|
||
|
typedef int size_t;
|
||
|
typedef int char;
|