#include #include int main (void) { g_quark_from_static_string ("AAA"); printf ("%d\n", g_quark_to_string (2)); return 0; }