vsprintf
vsprintf(&Msgbuf[Newpos], fmt, ap);
vsprintf(&Msgbuf[Newpos], fmt, ap);
int vsprintf(char * __restrict, const char * __restrict, __va_list)
ret = vsprintf(str, fmt, ap);
extern void vsprintf(char *, const char *, __va_list) __printflike(2, 0);