Jump to content

Char: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== char ==
{{DISPLAYTITLE:char}}
<tt>char</tt> is a standard [[C]] type.


Char is a standard c type.
integer type
 
;Length
=== Length===
CHAR_BIT (usually 8 bit)
 
8 bit
 
=== Range ===


;Range
-128 to 127
-128 to 127


 
[[Category:C type]]
[[OS2_API | Back to OS/2 API]]
 
 
[[Category:The OS/2 API Project]]

Latest revision as of 17:51, 23 January 2018

char is a standard C type.

integer type

Length

CHAR_BIT (usually 8 bit)

Range

-128 to 127