int getc(FILE * stream); //和fgetc等效,由fgetc通過宏實現。 int getchar ( void );//getchar函數等待輸入直到按回車才結束(前提是緩衝區沒有數據), ...
確定! 回上一頁