mac-tip/mac-cpp-source/utils/ctype.h

4 lines
117 B
C

typedef Boolean bool;
typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
typedef unsigned long uint32_t;