BYTE: Difference between revisions
Appearance
m Ak120 moved page OS2 API:DataType:BYTE to BYTE |
No edit summary |
||
Line 1: | Line 1: | ||
A byte. | A byte. | ||
== Type == | |||
unsigned char | unsigned char | ||
==C Declaration Method== | |||
typedef | typedef | ||
==Example== | |||
typedef unsigned char BYTE; | |||
[[Category:Data type]] | [[Category:Data type]] |
Latest revision as of 00:19, 17 August 2017
A byte.
Type
unsigned char
C Declaration Method
typedef
Example
typedef unsigned char BYTE;