Jump to content

Unsigned char: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
== unsigned char==
== unsigned char==
 
Unsigned char is a standard C type.
Unsigned char is a standard c type.


=== Length===
=== Length===
8 bit
8 bit


=== Range ===
=== Range ===
0 to 255
0 to 255
[[OS2_API | Back to OS/2 API]]


[[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