USHORT: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Unsigned short integer | Unsigned short integer. Unsigned integer in the range 0 through 65 535. | ||
== Type == | == Type == | ||
[[unsigned short]] | [[unsigned short]] | ||
== C Declaration Method== | |||
typedef | typedef | ||
== Example Code== | |||
typedef unsigned short USHORT; | |||
[[Category:Data type]] | [[Category:Data type]] |
Latest revision as of 16:57, 2 May 2025
Unsigned short integer. Unsigned integer in the range 0 through 65 535.
Type
C Declaration Method
typedef
Example Code
typedef unsigned short USHORT;