1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-20 11:01:20 +03:00
Files
gnulib/modules/closeout
Paul Eggert cd6cd3bd41 * modules/close-stream: New file.
* modules/closeout (Description): Make it clear that it exits
with a diagnostic on error.
(Depends-on): Add close-stream.  Remove fpending, stdbool.
* MODULES.html.sh (File stream based Input/Output): Add close-stream.
* lib/close-stream.c, lib/close-stream.h: New files.
* m4/close-stream.m4: New file.
2006-07-22 22:13:57 +00:00

29 lines
289 B
Plaintext

Description:
Close standard output, exiting with a diagnostic on error.
Files:
lib/closeout.h
lib/closeout.c
m4/closeout.m4
Depends-on:
close-stream
gettext-h
error
quotearg
exitfail
configure.ac:
gl_CLOSEOUT
Makefile.am:
Include:
"closeout.h"
License:
GPL
Maintainer:
Jim Meyering