INT64_C Function (Macro constructor)

stdint.h

#define INT64_C(c) c ## LL

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

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