* modules/close-stream: New file
authorEric Blake <ebb9@byu.net>
Sun, 23 Jul 2006 13:42:52 +0000 (13:42 +0000)
committerEric Blake <ebb9@byu.net>
Sun, 23 Jul 2006 13:42:52 +0000 (13:42 +0000)
modules/close-stream [new file with mode: 0644]

diff --git a/modules/close-stream b/modules/close-stream
new file mode 100644 (file)
index 0000000..75f96f8
--- /dev/null
@@ -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