diff --git a/common/os_calls.h b/common/os_calls.h index 2f1018cb..e6b5f278 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -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, ...);