实习中,今天在看公司源码的时候,发现前辈给的代码都是这样的
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