USHORT: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
typedef | typedef | ||
=== | === Example Code=== | ||
typedef unsigned short USHORT; | typedef unsigned short USHORT; | ||
[[Category:Data type]] | [[Category:Data type]] |
Revision as of 20:43, 25 June 2023
Unsigned short integer. Unsigned integer in the range 0 through 65 535.
Type
C Declaration Method
typedef
Example Code
typedef unsigned short USHORT;