mini/vsprintf.h
2008-12-28 14:35:37 +01:00

4 lines
77 B
C

#include <stdarg.h>
int vsprintf(char *buf, const char *fmt, va_list args);