If *lineptr is NULL, then getline() will allocate a buffer for storing the line, which should be freed by the ... ret = getline( &pChars, &bufSize, stdin );.
確定! 回上一頁