Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/fwriting @ 8720:367787d55c9c
Implement freading and fwriting.
* lib/freading.c: New file.
* lib/freading.h: Likewise.
* m4/freading.m4: Likewise.
* modules/freading: Likewise.
* modules/freading-tests: Likewise.
* tests/test-freading.c: Likewise.
* lib/fwriting.c: New file.
* lib/fwriting.h: Likewise.
* m4/fwriting.m4: Likewise.
* modules/fwriting: Likewise.
* modules/fwriting-tests: Likewise.
* tests/test-fwriting.c: Likewise.
* MODULES.html.sh (File stream based Input/Output): Mention them.
author | Eric Blake <ebb9@byu.net> |
---|---|
date | Thu, 26 Apr 2007 13:16:50 +0000 |
parents | |
children | 9901a6759c3a |
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: | |
24 Bruno Haible, Eric Blake | |
25 |