Function getline
Defined in File t8_windows.h
Function Documentation
-
static ssize_t getline(char **lineptr, size_t *n, FILE *stream)
Read line from file stream and store it in a buffer.
For a full description see https://linux.die.net/man/3/getline.
The implementation is based on a code that was published under the Zero-Clause BSD license, i.e., as public domain code.