在C 中使用uint8_tover有什么好处unsigned char?
uint8_t
unsigned char
我知道几乎每个系统uint8_t都只是一个typedef unsigned char,为什么要用呢?
c typedef
c ×1
typedef ×1