added g_snprintf to header

This commit is contained in:
jsorg71 2007-01-27 17:46:50 +00:00
parent e2df244be3
commit 1d5e0008bd
1 changed files with 2 additions and 0 deletions

View File

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