mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
* 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.
29 lines
289 B
Plaintext
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
|