mirror of
https://github.com/marciot/mac-tip.git
synced 2025-02-06 00:29:52 +00:00
4 lines
117 B
C
4 lines
117 B
C
typedef Boolean bool;
|
|
typedef unsigned char uint8_t;
|
|
typedef unsigned short uint16_t;
|
|
typedef unsigned long uint32_t; |