Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
guint64
expands to unsigned long long
or unsigned long
depending on the system's architecture to guarantee 64 bits, see guint64 in GLib docs.
As specified in the documentation we should use G_GINT64_MODIFIER
and G_GUINT64_FORMAT
when formatting these strings.