#ifndef _VSPRINTF_H_ #define _VSPRINTF_H_ #include int vsprintf(char *buf, const char *fmt, va_list args); #endif