summaryrefslogtreecommitdiff
path: root/openreadclose.h
blob: 728899c305eadd60ce7eff8edb6e57e8f8a354e0 (plain)
1
2
3
4
5
6
7
8
9
10
/* Public domain. */

#ifndef OPENREADCLOSE_H
#define OPENREADCLOSE_H

#include "stralloc.h"

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

#endif