fehQlibs 26
Qlibs
|
This is the successor of the older 'slurpclose.c' file. More...
Go to the source code of this file.
Functions | |
int | readclose_append (int fd, stralloc *sa, unsigned int bufsize) |
int | readclose (int fd, stralloc *sa, unsigned int bufsize) |
int | openreadclose (const char *fn, stralloc *sa, unsigned int bufsize) |
This is the successor of the older 'slurpclose.c' file.
The function * 'slurpclose' is now called 'readclose_append'.
The other function 'readclose' was introduced here initial.
Definition in file readclose.c.
int openreadclose | ( | const char * | fn, |
stralloc * | sa, | ||
unsigned int | bufsize | ||
) |
int readclose | ( | int | fd, |
stralloc * | sa, | ||
unsigned int | bufsize | ||
) |
Definition at line 27 of file readclose.c.
int readclose_append | ( | int | fd, |
stralloc * | sa, | ||
unsigned int | bufsize | ||
) |
Definition at line 15 of file readclose.c.