SHORT: Difference between revisions
Appearance
m Ak120 moved page OS2 API:DataType:SHORT to SHORT |
No edit summary |
||
Line 1: | Line 1: | ||
== SHORT == | == SHORT == | ||
Signed short integer | Signed short integer. (Signed integer in the range -32 768 through 32 767.) | ||
=== Type === | === Type === | ||
Line 7: | Line 7: | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
#define | #define | ||
=== Example === | |||
#define SHORT short | |||
[[Category:Data type]] | [[Category:Data type]] |
Revision as of 23:59, 16 August 2017
SHORT
Signed short integer. (Signed integer in the range -32 768 through 32 767.)
Type
short
C Declaration Method
#define
Example
#define SHORT short