... line_buf); /* Get the next line */ line_size = getline(&line_buf, &line_buf_size, fp); } /* Free the allocated line buffer */ free(line_buf); line_buf ...
確定! 回上一頁