inttypes.h

00001 typedef signed char int8_t;
00002 typedef signed short int16_t;
00003 typedef signed int int32_t;
00004 typedef signed __int64 int64_t;
00005 typedef signed int intptr_t;
00006 
00007 typedef unsigned char uint8_t;
00008 typedef unsigned short uint16_t;
00009 typedef unsigned int uint32_t;
00010 typedef unsigned __int64 uint64_t;
00011 typedef unsigned int uintptr_t;

Generated on Tue Dec 13 14:47:27 2005 for guliverkli by  doxygen 1.4.5