int getline(char **lineptr, int *n, FILE *stream); getline() reads an entire line from stream, storing the address of the buffer containing the text into ...
確定! 回上一頁