Jump to content

SHORT: Difference between revisions

From EDM2
No edit summary
Line 8: Line 8:


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


[[Category:Data type]]
[[Category:Data type]]

Revision as of 00:22, 17 August 2017

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

Type

short

C Declaration Method

#define

Example

#define SHORT short