PRIdLEAST8 Constant

inttypes.h

#define PRIdLEAST8 "hd"

Format specifier for printing an integer of type int_least8_t or uint_least8_t as a signed decimal integer.

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