summaryrefslogtreecommitdiffstats
path: root/local/fileutils.h
blob: cfab570c316cb2119e70659e6a14513a94fb4e74 (plain)
1
2
3
4
5
6
7
#ifndef PROCPS_NG_FILEUTILS
#define PROCPS_NG_FILEUTILS

int close_stream(FILE * stream);
void close_stdout(void);

#endif