PRIx32 Constant

inttypes.h

#define PRIx32 "lx"

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

Definition mandated by the C99 standard.