Constant

GLibGUINTPTR_FORMAT

Declaration

#define G_GUINTPTR_FORMAT "lu"

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.