FILE *fp; // pointer to file char *file_name; // file path char cur_char; char *line = NULL; // line array size_t len = 0; ssize_t read; ...
確定! 回上一頁