Constant
GLibGUINTPTR_FORMAT
Description
This is the platform dependent conversion specifier for scanning and printing values of type #guintptr.
Note that this is not necessarily the correct format to scan or
print a uintptr_t
, even though the in-memory representation is the
same.
Standard C macros like PRIuPTR
and SCNuPTR
should be used for
uintptr_t
.