NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
short

In NXC the short type is a signed 16-bit value.

This type can store values from SHRT_MIN to SHRT_MAX. This is an alias for the int type.

short x = 0xfff;
short y = -23;