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