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