SCNdPTR Constant

inttypes.h

#define SCNdPTR "ld"

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

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