Jump to content

UCHAR: Difference between revisions

From EDM2
Prokushev (talk | contribs)
No edit summary
Anakor (talk | contribs)
m Format
Line 1: Line 1:
== UCHAR ==
== UCHAR ==


=== Base Type ===
Single-byte unsigned character or unsigned integer.


[[OS2 API:DataType:unsigned char|unsigned char]]
=== Type ===
 
unsigned char
 
==== C Declaration Method ====
 
typedef
 
=== Coment ===
 
Range: 0 - 255

Revision as of 17:46, 27 May 2005

UCHAR

Single-byte unsigned character or unsigned integer.

Type

unsigned char

C Declaration Method

typedef

Coment

Range: 0 - 255