Go to the documentation of this file.
    8 #ifndef PPAPI_C_PP_STDINT_H_ 
    9 #define PPAPI_C_PP_STDINT_H_ 
   30 typedef unsigned char uint8_t;
 
   33 typedef signed char int8_t;
 
   36 typedef unsigned short uint16_t;
 
   39 typedef short int16_t;
 
   42 typedef unsigned int uint32_t;
 
   48 typedef __int64 int64_t;
 
   51 typedef unsigned __int64 uint64_t;