Jump to content

Unsigned char: Difference between revisions

From EDM2
Anakor (talk | contribs)
No edit summary
No edit summary
Line 10: Line 10:


0 to 255
0 to 255
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 21:58, 1 November 2011

unsigned char

Unsigned char is a standard c type.

Length

8 bit

Range

0 to 255

Back to OS/2 API