From: Eric Blake Date: Sun, 23 Jul 2006 13:42:52 +0000 (+0000) Subject: * modules/close-stream: New file X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c443eb5ec34c7c36e518c0c1d8aefe3b9505ed1;p=pspp * modules/close-stream: New file --- diff --git a/modules/close-stream b/modules/close-stream new file mode 100644 index 0000000000..75f96f8208 --- /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