va_start(args, fmt);. vfprintf(stderr, fmt, args);. va_end(args);. fprintf(stderr, "\n");. /* XXX required for correct output on Windows */.
確定! 回上一頁