int_least16_t Type (Scalar)

stdint.h

typedef short int int_least16_t;

A signed type with at least 16 bits (specified by C99).

This type can be used when at least 16 bits of signed data storage are wanted. In GCC4TI, its size is exactly 16 bits.