changeset 7039:6e85637bb61f

* modules/close-stream: New file
author Eric Blake <ebb9@byu.net>
date Sun, 23 Jul 2006 13:42:52 +0000
parents 4dde2a88da20
children e97a4de675a6
files modules/close-stream
diffstat 1 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/modules/close-stream
@@ -0,0 +1,25 @@
+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
+
+Makefile.am:
+
+Include:
+"close-stream.h"
+
+License:
+GPL
+
+Maintainer:
+Jim Meyering