Jump to content

USHORT: Difference between revisions

From EDM2
No edit summary
No edit summary
 
Line 4: Line 4:
[[unsigned short]]
[[unsigned short]]


=== C Declaration Method ===
== C Declaration Method==  
typedef
typedef


=== Example Code===
== Example Code==  
  typedef unsigned short USHORT;
  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

unsigned short

C Declaration Method

typedef

Example Code

typedef unsigned short USHORT;