UCHAR: Difference between revisions
Appearance
m Ak120 moved page OS2 API:DataType:UCHAR to UCHAR |
mNo edit summary |
||
Line 1: | Line 1: | ||
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 | ||
=== | === Comment === | ||
Range: 0 - 255 | Range: 0 - 255 | ||
[[Category:Data type]] | [[Category:Data type]] |
Latest revision as of 23:23, 14 March 2018
Single-byte unsigned character or unsigned integer
Type
C Declaration Method
typedef
Comment
Range: 0 - 255