PRIdPTR Constant

inttypes.h

#define PRIdPTR "ld"

Format specifier for printing an integer of type intptr_t or uintptr_t as a signed decimal integer.

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