Jump to content

USHORT: Difference between revisions

From EDM2
Anakor (talk | contribs)
No edit summary
 
No edit summary
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== USHORT ==
Unsigned short integer. Unsigned integer in the range 0 through 65 535.


=== Type ===
== Type ==
[[unsigned short]]


typedef [[OS2 API:DataType:unsigned short|unsigned short]] USHORT;
== C Declaration Method==
typedef
 
== Example Code==
typedef unsigned short USHORT;
 
[[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;