UINT16_C Function (Macro constructor)

stdint.h

#define UINT16_C(c) c ## U

Appends the correct suffix to a 16-bit unsigned integer literal.

This macro appends the correct suffix for a 16-bit unsigned integer literal to c.