@ -36,6 +36,8 @@ g_printf(const char *format, ...);
void DEFAULT_CC
g_sprintf(char* dest, const char* format, ...);
g_snprintf(char* dest, int len, const char* format, ...);
g_writeln(const char* format, ...);
g_write(const char* format, ...);