Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
getdelim.h File Reference

Go to the source code of this file.

Functions

ssize_t getdelim (char **lineptr, size_t *n, int delimiter, FILE *fp)
 
ssize_t getline (char **lineptr, size_t *n, FILE *stream)
 

Function Documentation

◆ getdelim()

ssize_t getdelim ( char **  lineptr,
size_t *  n,
int  delimiter,
FILE *  fp 
)

References flockfile, funlockfile, getc_maybe_unlocked, and SSIZE_MAX.

Referenced by getline().

◆ getline()

ssize_t getline ( char **  lineptr,
size_t *  n,
FILE *  stream 
)