mirror of
https://github.com/pocketpy/pocketpy
synced 2026-02-04 14:40:16 +00:00
10 lines
191 B
C
10 lines
191 B
C
typedef int int8_t;
|
|
typedef int int16_t;
|
|
typedef int int32_t;
|
|
typedef int int64_t;
|
|
|
|
typedef unsigned uint8_t;
|
|
typedef unsigned uint16_t;
|
|
typedef unsigned uint32_t;
|
|
typedef unsigned uint64_t;
|