INT32_C Function (Macro constructor)

stdint.h

#define INT32_C(c) c ## L

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

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