SCNd32 Constant

inttypes.h

#define SCNd32 "ld"

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

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