WEB getline reads an entire line from stream storing the address of the buffer containing the text into lineptr
The buffer is null-terminated and includes. Delimited string input - Linux man page
Getline getdelim - delimited string input
This page is part of release 5.13 of the Linux man-pages project.
A description of the project, information about reporting bugs, and the latest version of this page, can be found at https://www.kernel.org/doc/man-pages/
Getline reads an entire line from stream, storing the address of the buffer containing the text into lineptr.
Comments