UCHAR: Difference between revisions
Appearance
No edit summary |
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]] | |||
[[Category: |
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