Constant
GLibGSIZE_FORMAT
Description
This is the platform dependent conversion specifier for scanning
and printing values of type #gsize. See also G_GINT16_FORMAT
.
Note that this is not necessarily the correct format to scan or
print a size_t
, even though the in-memory representation is the
same. The standard C "zu"
format should be used for size_t
,
assuming a C99-compliant printf
implementation is available.