Char: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== char == | == char == | ||
Char is a standard C type. | |||
Char is a standard | |||
=== Length=== | === Length=== | ||
8 bit | 8 bit | ||
=== Range === | === Range === | ||
-128 to 127 | -128 to 127 | ||
[[Category:The OS/2 API Project]] | [[Category:The OS/2 API Project]] |
Revision as of 13:36, 24 June 2016
char
Char is a standard C type.
Length
8 bit
Range
-128 to 127