PRIi8 Constant

inttypes.h

#define PRIi8 "hi"

Format specifier for printing an integer of type int8_t or uint8_t as a signed decimal integer.

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