Jump to content

USHORT

From EDM2
Revision as of 20:43, 25 June 2023 by Martini (talk | contribs)

Unsigned short integer. Unsigned integer in the range 0 through 65 535.

Type

unsigned short

C Declaration Method

typedef

Example Code

typedef unsigned short USHORT;