Unsigned char: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== unsigned char== | == unsigned char== | ||
Unsigned char is a standard C type. | |||
Unsigned char is a standard | |||
=== Length=== | === Length=== | ||
8 bit | 8 bit | ||
=== Range === | === Range === | ||
0 to 255 | 0 to 255 | ||
[[Category:The OS/2 API Project]] | [[Category:The OS/2 API Project]] |
Revision as of 01:30, 30 August 2016
unsigned char
Unsigned char is a standard C type.
Length
8 bit
Range
0 to 255