SCNx32 Constant

inttypes.h

#define SCNx32 "lx"

Format specifier for scanning an integer of type int32_t or uint32_t written as an unsigned hexadecimal (lowercase) integer.

Definition mandated by the C99 standard.