2010-06-03 22:46:59 +00:00
|
|
|
/* this header file comes from libowfat, http://www.fefe.de/libowfat/ */
|
2002-09-16 01:09:56 +00:00
|
|
|
#ifndef OPENREADCLOSE_H
|
|
|
|
#define OPENREADCLOSE_H
|
|
|
|
|
|
|
|
#include "stralloc.h"
|
|
|
|
|
2006-11-07 17:56:05 +00:00
|
|
|
int openreadclose(const char *filename,stralloc *buf,size_t initiallength);
|
2002-09-16 01:09:56 +00:00
|
|
|
|
|
|
|
#endif
|