USHORT: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Unsigned short integer | Unsigned short integer. Unsigned integer in the range 0 through 65 535. | ||
== Type == | == Type == | ||
Line 6: | Line 6: | ||
=== C Declaration Method === | === C Declaration Method === | ||
typedef | typedef | ||
=== Sample=== | |||
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
Sample
typedef unsigned short USHORT;