PRIx16 Constant

inttypes.h

#define PRIx16 "hx"

Format specifier for printing an integer of type int16_t or uint16_t as an unsigned hexadecimal (lowercase) integer.

Definition mandated by the C99 standard.