1/* Public domain. */
2
3#ifndef READCLOSE_H
4#define READCLOSE_H
5
6#include "stralloc.h"
7
8extern int readclose_append(int,stralloc *,unsigned int);
9extern int readclose(int,stralloc *,unsigned int);
10
11#endif
1/* Public domain. */
2
3#ifndef READCLOSE_H
4#define READCLOSE_H
5
6#include "stralloc.h"
7
8extern int readclose_append(int,stralloc *,unsigned int);
9extern int readclose(int,stralloc *,unsigned int);
10
11#endif