gitlog-to-changelog: improve doc
[gnulib.git] / modules / closein
blob42ff50d0fe8de670620363dd0a6d84d1cf9ab73f
1 Description:
2 Close all standard streams, resetting seekable stdin if needed, and exiting with a diagnostic on error.
4 Files:
5 lib/closein.h
6 lib/closein.c
8 Depends-on:
9 closeout
10 freadahead
11 fflush
12 stdbool
13 unistd
15 configure.ac:
17 Makefile.am:
18 lib_SOURCES += closein.c
20 Include:
21 "closein.h"
23 Link:
24 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
25 $(MBRTOWC_LIB)
26 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
28 License:
29 GPL
31 Maintainer:
32 Eric Blake