阅读背景:

关于int8_t,uint8_t.....等数据类型的理解

来源:互联网 

实习中,今天在看公司源码的时候,发现前辈给的代码都是这样的

typedef int8_t int8;
typedef uint8_t uint8;
typedef int16_t int16;
typedef uint16_t uint16;
typedef word_t word16;
typedef int32_t int32;
typedef uint32_t uint32;
typedef dword_t dword32;
typedef int64_t int64;
typedef uint64_t uint64;
typedef uint32 color_t;

typedef time_t time64;
typedef wchar_t char16;//宽字符
typedef char    char8;
typedef int



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: