Jump to content

SHORT: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
== SHORT ==
Signed short integer. (Signed integer in the range -32 768 through 32 767.)
Signed short integer. (Signed integer in the range -32 768 through 32 767.)


=== Type ===
== Type ==
short
[[short]]


==== C Declaration Method ====
== C Declaration Method ==
  #define
  #define


=== 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