Jump to content

UCHAR: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== UCHAR ==
Single-byte unsigned character or unsigned integer
 
Single-byte unsigned character or unsigned integer.


=== Type ===
=== Type ===
 
[[unsigned char]]
unsigned char


==== C Declaration Method ====
==== C Declaration Method ====
typedef
typedef


=== Coment ===
=== Comment ===
 
Range: 0 - 255
Range: 0 - 255


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

Latest revision as of 23:23, 14 March 2018

Single-byte unsigned character or unsigned integer

Type

unsigned char

C Declaration Method

typedef

Comment

Range: 0 - 255