PRIu16 Constant

inttypes.h

#define PRIu16 "hu"

Format specifier for printing an integer of type int16_t or uint16_t as an unsigned decimal integer.

Definition mandated by the C99 standard.