wsprintf
(void) wsprintf(bptr, (const char *) fmtbuf, c);
(void) wsprintf(bptr, (const char *) fmtbuf,
(void) wsprintf(bptr, (const char *) fmtbuf,
(void) wsprintf(bptr, (const char *) fmtbuf,
(void) wsprintf(numbuf,
#define sprintf wsprintf
wsprintf(p, "%s", fmt);
if (flag == 1) wsprintf(tbuf, fmt, xf);
else if (flag == 2) wsprintf(tbuf, fmt, (long)xf);
else if (flag == 3) wsprintf(tbuf, fmt, (int)xf);
wsprintf(p, fmt, str);
wsprintf(num, "%d", n);
wsprintf(num, "%d", n);
(void) wsprintf(q, "%d)", -i);
(void) wsprintf(actname, "$$%d", nprod);
extern int wsprintf(wchar_t *, const char *, ...);