INTMAX_C Function (Macro constructor)

stdint.h

#define INTMAX_C(c) c ## LL

Appends the correct suffix to a maximally-sized signed integer literal.

This macro appends the correct suffix for a maximally-sized (on the GCC4TI platform) signed integer literal to c.