Jump to content

USHORT

From EDM2
Revision as of 16:57, 2 May 2025 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;