Mercurial > hg > octave-shane > gnulib-hg
annotate modules/fwriting @ 8729:9901a6759c3a
I'm not responsible for these modules.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 27 Apr 2007 11:29:43 +0000 |
parents | 367787d55c9c |
children | 2c1ba629f5d5 |
rev | line source |
---|---|
8720 | 1 Description: |
2 fwriting() function: Determine whether a FILE stream is currently doing writing. | |
3 | |
4 Files: | |
5 lib/fwriting.h | |
6 lib/fwriting.c | |
7 m4/fwriting.m4 | |
8 | |
9 Depends-on: | |
10 stdbool | |
11 | |
12 configure.ac: | |
13 gl_FUNC_FWRITING | |
14 | |
15 Makefile.am: | |
16 | |
17 Include: | |
18 "fwriting.h" | |
19 | |
20 License: | |
21 LGPL | |
22 | |
23 Maintainer: | |
8729
9901a6759c3a
I'm not responsible for these modules.
Bruno Haible <bruno@clisp.org>
parents:
8720
diff
changeset
|
24 Eric Blake |
8720 | 25 |