mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/closein.m4 (gl_CLOSEIN): Remove AC_LIBOBJ invocation. * modules/closein (Makefile.am): Augment lib_SOURCES.
29 lines
340 B
Plaintext
29 lines
340 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
|
|
m4/closein.m4
|
|
|
|
Depends-on:
|
|
closeout
|
|
freadahead
|
|
fflush
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_CLOSEIN
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += closein.c
|
|
|
|
Include:
|
|
"closein.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Eric Blake
|