Jump to content

Short: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 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]]


[[Category:The OS/2 API Project]]
[[Category:C type]]

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