00001 typedef signed char int8_t; 00002 typedef signed short int16_t; 00003 typedef signed int int32_t; 00004 00005 typedef unsigned char uint8_t; 00006 typedef unsigned short uint16_t; 00007 typedef unsigned int uint32_t;
This site conforms to the following standards: