PRIi16 Constant

inttypes.h

#define PRIi16 "hi"

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

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