Jump to content

Unsigned char: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
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:C type]]

Latest revision as of 17:26, 23 January 2018

unsigned char is a standard C type.

Length

8 bit

Range

0 to 255