gnulib-tool now synthesizes the EXTRA_DIST line.
[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
16 Makefile.am:
17
18 Include:
19 "close-stream.h"
20
21 License:
22 GPL
23
24 Maintainer:
25 Jim Meyering