... %s. void vprintf(int fd, const char *fmt, va_list ap) { char *s; int c, ... { va_list ap; va_start(ap, fmt); vprintf(fd, fmt, ap); } void printf(const ...
確定! 回上一頁