char *gets(char *); char *fgets(char *restrict, int buf_size, FILE *restrict);. gets() 會連續讀取stdin 的資料到buffer 中直至讀到EOF 或是換行符號,讀取結束時 ...
確定! 回上一頁