Constant
GLibGSSIZE_MODIFIER
since: 2.0
Description
The platform dependent length modifier for conversion specifiers for scanning and printing values of type #gssize. It is a string literal.
Note that this is not necessarily the correct modifier to scan or print
a POSIX ssize_t
or a Windows SSIZE_T
, even though the in-memory
representation is the same.
On POSIX platforms, the "z"
modifier should be used for ssize_t
.
Available since: 2.0