PRIxPTR Constant

inttypes.h

#define PRIxPTR "lx"

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

Definition mandated by the C99 standard.