1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/close-stream
Bruno Haible 1a930be3b6 close-stream: Move AC_LIBOBJ invocations to module description.
* m4/close-stream.m4 (gl_CLOSE_STREAM): Remove AC_LIBOBJ invocation.
* modules/close-stream (Makefile.am): Augment lib_SOURCES.
2011-06-16 00:07:20 +02:00

28 lines
343 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:
lib_SOURCES += close-stream.c
Include:
"close-stream.h"
License:
GPL
Maintainer:
Jim Meyering