libowfat/openreadclose.h
2003-09-06 23:49:47 +00:00

9 lines
162 B
C

#ifndef OPENREADCLOSE_H
#define OPENREADCLOSE_H
#include "stralloc.h"
int openreadclose(const char *filename,stralloc *buf,unsigned int initiallength);
#endif