#ifndef READCLOSE_H #define READCLOSE_H #include "close.h" #include "stralloc.h" extern int readclose_append(int, stralloc *, unsigned int); extern int readclose(int, stralloc *, unsigned int); #define slurpclose readclose /* backwards compatibility */ extern int openreadclose(const char *, stralloc *, unsigned int); #endif