Jump to content

SHORT: Difference between revisions

From EDM2
Anakor (talk | contribs)
No edit summary
No edit summary
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== SHORT ==
Signed short integer. (Signed integer in the range -32 768 through 32 767.)


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


#define SHORT [[OS2 API:DataType:short|short]];
== C Declaration Method ==
#define
 
== Example Code ==
#define SHORT [[short]]
 
[[Category:Data type]]

Latest revision as of 16:30, 17 August 2017

Signed short integer. (Signed integer in the range -32 768 through 32 767.)

Type

short

C Declaration Method

#define

Example Code

#define SHORT short