UCHAR: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
Single-byte unsigned character or unsigned integer | |||
=== | === Type === | ||
[[unsigned char]] | |||
[[ | ==== C Declaration Method ==== | ||
typedef | |||
=== Comment === | |||
Range: 0 - 255 | |||
[[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