summaryrefslogtreecommitdiff
path: root/openreadclose.h
blob: 99688f4f37c486f9048c35a1a8cf8c8736bc500f (plain)
1
2
3
4
5
6
7
8
#ifndef OPENREADCLOSE_H
#define OPENREADCLOSE_H

#include "stralloc.h"

extern int openreadclose(char *,stralloc *,unsigned int);

#endif