PRId32 Constant

inttypes.h

#define PRId32 "ld"

Format specifier for printing an integer of type int32_t or uint32_t as a signed decimal integer.

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