Jump to content

Char: Difference between revisions

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


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


=== Range ===
=== Range ===
-128 to 127
-128 to 127
[[OS2_API | Back to OS/2 API]]


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