|
@@ -65,8 +65,6 @@ int vsnprintf(char *str, size_t size, const char *format, va_list ap)
|
|
int snprintf(char *str, size_t size, const char *format, ...)
|
|
int snprintf(char *str, size_t size, const char *format, ...)
|
|
__attribute__ ((format (printf, 3, 4)));
|
|
__attribute__ ((format (printf, 3, 4)));
|