UINTMAX_C Function (Macro constructor)

stdint.h

#define UINTMAX_C(c) c ## ULL

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

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