* stdbit_h.m4: Fix first-line comment.
[gnulib.git] / modules / fwriting
blob6040bc00d1119f63ef5fdd344a3c8bb6a6f84d1f
1 Description:
2 fwriting() function: Determine whether a FILE stream is currently doing writing.
4 Files:
5 lib/fwriting.h
6 lib/fwriting.c
7 lib/stdio-impl.h
8 m4/fwriting.m4
10 Depends-on:
11 stdbool
13 configure.ac:
14 gl_FUNC_FWRITING
15 gl_CONDITIONAL([GL_COND_OBJ_FWRITING], [test $ac_cv_func___fwriting = no])
17 Makefile.am:
18 if GL_COND_OBJ_FWRITING
19 lib_SOURCES += fwriting.c
20 endif
22 Include:
23 "fwriting.h"
25 License:
26 LGPL
28 Maintainer:
29 Eric Blake