Improve doc in MODULES.html.
[gnulib.git] / modules / close-stream
1 Description:
2 Close a stream, with nicer error checking than fclose's.
3
4 Files:
5 lib/close-stream.h
6 lib/close-stream.c
7 m4/close-stream.m4
8
9 Depends-on:
10 fpending
11 stdbool
12
13 configure.ac:
14 gl_CLOSE_STREAM
15 gl_MODULE_INDICATOR([close-stream])
16
17 Makefile.am:
18
19 Include:
20 "close-stream.h"
21
22 License:
23 GPL
24
25 Maintainer:
26 Jim Meyering