1 /* Public domain. */
2 
3 #ifndef OPENREADCLOSE_H
4 #define OPENREADCLOSE_H
5 
6 #include "stralloc.h"
7 
8 extern int openreadclose(const char *,stralloc *,unsigned int);
9 
10 #endif
11