PRIX32 Constant

inttypes.h

#define PRIX32 "lX"

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

Definition mandated by the C99 standard.