![]() |
fehQlibs 30
Qlibs
|


Go to the source code of this file.
Macros | |
| #define | slurpclose readclose /* backwards compatibility */ |
| #define | slurp openreadclose /* backwards compatibility */ |
Functions | |
| int | readclose_append (int, stralloc *, unsigned int) |
| int | readclose (int, stralloc *, unsigned int) |
| int | openreadclose (const char *, stralloc *, unsigned int) |
| #define slurp openreadclose /* backwards compatibility */ |
Definition at line 12 of file readclose.h.
| #define slurpclose readclose /* backwards compatibility */ |
Definition at line 11 of file readclose.h.
| 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.

