unsigned char 无符号字符型 ; 无符号字符 ; 字节大小的无符号整数 ; 无符号字符类型
typedef unsigned char INT8U 无符号8位整型变量
unsigned char MenuCount 当前层节点数
typedef unsigned char BOOLEAN 布尔变量
unsigned char hold 如无缓冲区不读取字符 ; 若无缓冲区不读取
typedef unsigned char 无符号字符型
unsigned char DisplayString 菜单标题
unsigned char start 显示行号
unsigned char buffer 数据缓冲区的位置 ; 数据缓冲区位置
If you need more, read the data in as a stream of unsigned char objects and do the math.
如果您需要更多功能,请将数据作为一个无符号字符对象流进行读取,然后进行匹配。
For example, if a function returns an unsigned char value but calculated a result of 256 or more (or -1 or less), errno would be set to ERANGE and the function would return some irrelevant value.
例如,如果函数返回unsigned char值,但计算的结果为256或更多(或者是- 1或更少),则errno将被设置为ERANGE且函数会返回一些不相关的值。
Binary source data must be a single-dimensioned array of unsigned char.
二进制源数据必须是一维的无符号字符数组。
应用推荐