Jump to content

Unsigned short: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== unsigned short==
{{DISPLAYTITLE:unsigned short}}
unsigned short is a standard [[C]] type.
unsigned short
unsigned short int
;Length:16 bit (2 bytes)
;Range:0 to 65,535
;Format specifier:%hu


Unsigned short is a standard c type.
[[Category:C type]]
 
=== Length===
 
16 bit
 
=== Range ===
 
0 to 65 535
 
 
[[OS2_API | Back to OS/2 API]]
 
 
[[Category:The OS/2 API Project]]

Latest revision as of 17:55, 23 January 2018

unsigned short is a standard C type.

unsigned short
unsigned short int
Length
16 bit (2 bytes)
Range
0 to 65,535
Format specifier
%hu