PRId16 Constant

inttypes.h

#define PRId16 "hd"

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

This definition is the same as PRIi16. Definition mandated by the C99 standard.