标签:min org support type erp port cti art wiki
https://en.wikipedia.org/wiki/C_data_types
In practice, char is usually eight bits in size and short is usually 16 bits in size (as are their unsigned counterparts).
char多为8位,
As char‘s size is always the minimum supported data type, no other data types (except bit-fields) can be smaller.
char是所有类型中最短的
标签:min org support type erp port cti art wiki
原文地址:https://www.cnblogs.com/yuanjiangw/p/10536073.html