char *fgets( char *buf, int n, FILE *fp );. The functions fgets() reads up to n-1 characters from the input stream referenced by fp. It copies the read string ...
確定! 回上一頁