In Linux Man page: getchar() is equivalent to getc(stdin). */ int getchar(void); ... 而 fprintf() 可以讓使用者將buffer 的資料輸出到指定的File descriptor 。
確定! 回上一頁