char *fgets( char *str, int count, FILE *stream );. (until C99). char *fgets( char *restrict str, int count, FILE *restrict stream );.
確定! 回上一頁