Constant

GLibGINT32_FORMAT

Declaration

#define G_GINT32_FORMAT "i"

Description

This is the platform dependent conversion specifier for scanning and printing values of type #gint32. See also G_GINT16_FORMAT.

This is not necessarily the correct modifier for printing and scanning int32_t values, even though the in-memory representation is the same. Standard C macros like PRId32 and SCNd32 should be used for int32_t.