projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2776bbc
)
* modules/close-stream: New file
author
Eric Blake
<ebb9@byu.net>
Sun, 23 Jul 2006 13:42:52 +0000
(13:42 +0000)
committer
Eric Blake
<ebb9@byu.net>
Sun, 23 Jul 2006 13:42:52 +0000
(13:42 +0000)
modules/close-stream
[new file with mode: 0644]
patch
|
blob
diff --git a/modules/close-stream
b/modules/close-stream
new file mode 100644
(file)
index 0000000..
75f96f8
--- /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