verify: new macro 'assume'
[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 lib_SOURCES += close-stream.c
19
20 Include:
21 "close-stream.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Jim Meyering