![]() |
fehQlibs 27
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.
'slurpclose()' => 'readclose_append()'.
'slurp()' => 'openreadlcose()'.
'readclose()' is 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 28 of file readclose.c.
int readclose_append | ( | int | fd, |
stralloc * | sa, | ||
unsigned int | bufsize ) |
Definition at line 16 of file readclose.c.