... getline_ is a wrapper for fgets() that strips the trailing '\n'. ... int buf_len, FILE *file) { char *newline; if (!fgets(buf, buf_len, stdin)) return ...
確定! 回上一頁