28 #error "This header has type size defines only valid for the clambc target"
30 typedef unsigned char uint8_t;
33 typedef unsigned short uint16_t;
34 typedef short int16_t;
36 typedef unsigned int uint32_t;
39 typedef unsigned long uint64_t;
42 typedef unsigned int size_t;
45 typedef uint64_t uintptr_t;
46 typedef int64_t intptr_t;