Jump to content

Unsigned char: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== unsigned char==
{{DISPLAYTITLE:unsigned char}}
Unsigned char is a standard C type.
unsigned char is a standard [[C]] type.


=== Length===
=== Length===
Line 8: Line 8:
0 to 255
0 to 255


[[Category:The OS/2 API Project]]
[[Category:Data type]]

Revision as of 08:27, 6 January 2017

unsigned char is a standard C type.

Length

8 bit

Range

0 to 255