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