INT16_C Function (Macro constructor)

stdint.h

#define INT16_C(c) c

Appends the correct suffix to a 16-bit signed integer literal.

This macro appends the correct suffix for a 16-bit signed integer literal to c.