PRIuPTR Constant

inttypes.h

#define PRIuPTR "lu"

Format specifier for printing an integer of type intptr_t or uintptr_t as an unsigned decimal integer.

Definition mandated by the C99 standard.