added g_snprintf to header
This commit is contained in:
parent
e2df244be3
commit
1d5e0008bd
@ -36,6 +36,8 @@ g_printf(const char *format, ...);
|
|||||||
void DEFAULT_CC
|
void DEFAULT_CC
|
||||||
g_sprintf(char* dest, const char* format, ...);
|
g_sprintf(char* dest, const char* format, ...);
|
||||||
void DEFAULT_CC
|
void DEFAULT_CC
|
||||||
|
g_snprintf(char* dest, int len, const char* format, ...);
|
||||||
|
void DEFAULT_CC
|
||||||
g_writeln(const char* format, ...);
|
g_writeln(const char* format, ...);
|
||||||
void DEFAULT_CC
|
void DEFAULT_CC
|
||||||
g_write(const char* format, ...);
|
g_write(const char* format, ...);
|
||||||
|
Loading…
Reference in New Issue
Block a user