Jump to content

Short: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== short ==
{{DISPLAYTITLE:short}}
 
short is a standard C type.
Short is a standard c type.
 
=== Length===


;Length
16 bit
16 bit


=== Range ===
;Range
 
-32 768 to 32 767
-32 768 to 32 767


See also: [[unsigned short]]


[[OS2_API | Back to OS/2 API]]
[[Category:C type]]
 
 
[[Category:The OS/2 API Project]]

Latest revision as of 17:32, 23 January 2018

short is a standard C type.

Length

16 bit

Range

-32 768 to 32 767

See also: unsigned short