33 lines
482 B
Plaintext
33 lines
482 B
Plaintext
Description:
|
|
Close all standard streams, resetting seekable stdin if needed, and exiting with a diagnostic on error.
|
|
|
|
Files:
|
|
lib/closein.h
|
|
lib/closein.c
|
|
|
|
Depends-on:
|
|
closeout
|
|
freadahead
|
|
fflush
|
|
stdbool
|
|
unistd
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += closein.c
|
|
|
|
Include:
|
|
"closein.h"
|
|
|
|
Link:
|
|
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
|
|
$(MBRTOWC_LIB)
|
|
$(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Eric Blake
|