UINT8_C Function (Macro constructor)

stdint.h

#define UINT8_C(c) c

Appends the correct suffix to an 8-bit unsigned integer literal.

This macro appends the correct suffix for an 8-bit unsigned integer literal to c.