PRIiPTR Constant

inttypes.h

#define PRIiPTR "li"

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

This definition is the same as PRIdPTR. Definition mandated by the C99 standard.