Jump to content

SHORT: Difference between revisions

From EDM2
No edit summary
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== SHORT ==
Signed short integer. (Signed integer in the range -32 768 through 32 767.)


Signed short integer.
== Type ==
 
[[short]]
=== Type ===
 
short
 
==== C Declaration Method ====


== C Declaration Method ==
  #define
  #define


== Example Code ==
#define SHORT [[short]]


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

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