Jump to content

UCHAR: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== UCHAR ==
== 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 ===
=== Coment ===
Range: 0 - 255
Range: 0 - 255


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

Revision as of 22:21, 19 October 2016

UCHAR

Single-byte unsigned character or unsigned integer

Type

unsigned char

C Declaration Method

typedef

Coment

Range: 0 - 255