1 /* Public domain. */
2 
3 #ifndef READCLOSE_H
4 #define READCLOSE_H
5 
6 #include "stralloc.h"
7 
8 extern int readclose_append(int,stralloc *,unsigned int);
9 extern int readclose(int,stralloc *,unsigned int);
10 
11 #endif
12