Jump to content

Unsigned short: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== unsigned short==
== unsigned short==
 
Unsigned short is a standard C type.
Unsigned short is a standard c type.


=== Length===
=== Length===
 
16 bit (2 bytes)
16 bit


=== Range ===
=== Range ===
0 to 65,535


0 to 65 535
[[Category:Data type]]
 
 
[[OS2_API | Back to OS/2 API]]
 
 
[[Category:The OS/2 API Project]]

Revision as of 21:28, 10 November 2016

unsigned short

Unsigned short is a standard C type.

Length

16 bit (2 bytes)

Range

0 to 65,535