autoupdate
[gnulib.git] / modules / closeout
blobb4ccefe443f267260984e38fbbc2dc2519812297
1 Description:
2 Close standard output and standard error, exiting with a diagnostic on error.
4 Files:
5 lib/closeout.h
6 lib/closeout.c
8 Depends-on:
9 close-stream
10 gettext-h
11 error
12 quotearg
13 exitfail
14 stdbool
15 unistd
17 configure.ac:
19 Makefile.am:
20 lib_SOURCES += closeout.c
22 Include:
23 "closeout.h"
25 Link:
26 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
27 $(MBRTOWC_LIB)
28 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
30 License:
31 GPL
33 Maintainer:
34 Jim Meyering