UCHAR: Difference between revisions
Appearance
No edit summary |
m Format |
||
Line 1: | Line 1: | ||
== UCHAR == | == UCHAR == | ||
Single-byte unsigned character or unsigned integer. | |||
=== 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