Constant

GLibGUINT32_FORMAT

Declaration

#define G_GUINT32_FORMAT "u"

Description

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

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