Jump to content

SHORT: Difference between revisions

From EDM2
No edit summary
 
Line 7: Line 7:
  #define
  #define


== Example ==
== Example Code ==
  #define SHORT [[short]]
  #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