PRIiLEAST16 Constant

inttypes.h

#define PRIiLEAST16 "hi"

Format specifier for printing an integer of type int_least16_t or uint_least16_t as a signed decimal integer.

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