mirror of
https://github.com/fail0verflow/mini.git
synced 2026-09-07 01:55:18 -05:00
Replace vsprintf implementation
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include <stdarg.h>
|
||||
|
||||
int vsprintf(char *buf, const char *fmt, va_list args);
|
||||
int vsnprintf(char *buf, size_t size, const char *fmt, va_list args);
|
||||
|
||||
Reference in New Issue
Block a user