PRIdLEAST32 Constant

inttypes.h

#define PRIdLEAST32 "ld"

Format specifier for printing an integer of type int_least32_t or uint_least32_t as a signed decimal integer.

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