1Description:
2Close all standard streams, resetting seekable stdin if needed, and exiting with a diagnostic on error.
3
4Files:
5lib/closein.h
6lib/closein.c
7m4/closein.m4
8
9Depends-on:
10closeout
11freadahead
12fflush
13stdbool
14
15configure.ac:
16gl_CLOSEIN
17
18Makefile.am:
19lib_SOURCES += closein.c
20
21Include:
22"closein.h"
23
24License:
25GPL
26
27Maintainer:
28Eric Blake
29