1 /* this header file comes from libowfat, http://www.fefe.de/libowfat/ */
2 #ifndef OPENREADCLOSE_H
3 #define OPENREADCLOSE_H
4 
5 #include "stralloc.h"
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 int openreadclose(const char *filename,stralloc *buf,size_t initiallength);
12 
13 #ifdef __cplusplus
14 }
15 #endif
16 
17 #endif
18