Incidentally, the source code to vprintf looks like this: int vprintf(const char *fmt, va_list ap) { return vfprintf(stdout, fmt, ap); }.
確定! 回上一頁