Aller à la documentation de ce fichier.
14 typedef unsigned short uint16_t;
15 typedef unsigned int uint32_t;
16 typedef unsigned long long uint64_t;
17 typedef unsigned char uint8_t ;
21 typedef unsigned __int16 uint16_t;
22 typedef unsigned __int32 uint32_t;
23 typedef unsigned __int64 uint64_t;
24 typedef unsigned __int8 uint8_t ;