Jump to content

SHORT: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
 
(4 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 ===
== Type ==
short
[[short]]


==== C Declaration Method ====
== C Declaration Method ==
  #define
  #define
== Example Code ==
#define SHORT [[short]]


[[Category:Data type]]
[[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