aboutsummaryrefslogtreecommitdiff
path: root/readclose.h
blob: 49afd6c3a355124d51984a667aeffe6ffec1a1ec (plain)
1
2
3
4
5
6
7
8
9
#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