It is called getline_() to avoid name collision. */ char *getline_(char *buf, int buf_len, FILE *file) { char *newline; if (!fgets(buf, buf_len, ...
確定! 回上一頁