mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
27 lines
313 B
Plaintext
27 lines
313 B
Plaintext
Description:
|
|
Close a stream, with nicer error checking than fclose's.
|
|
|
|
Files:
|
|
lib/close-stream.h
|
|
lib/close-stream.c
|
|
m4/close-stream.m4
|
|
|
|
Depends-on:
|
|
fpending
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_CLOSE_STREAM
|
|
gl_MODULE_INDICATOR([close-stream])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"close-stream.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|