原型为: setvbuf函数共有四个参数, stream就是file... ... main(){ int c; static char buf[BUFSIZ]; setbuf(stdout,buf); while((c=getchar())!=
確定! 回上一頁