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

#include "stralloc.h"

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

#endif