Esempio n. 1
0
 *buf = '\0';
 if (fmt) {
     va_start(args, fmt);
     vsnprintf(buf, BUFSIZE - 1, fmt, args);