mini/vsprintf.h

4 lines
77 B
C
Raw Normal View History

2008-12-28 14:35:37 +01:00
#include <stdarg.h>
int vsprintf(char *buf, const char *fmt, va_list args);