Mercurial > hg > octave-lojdl > gnulib-hg
diff modules/fflush @ 8657:05f21166eb81
* lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
* modules/stdio (Makefile.am): Support fflush.
* m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
* modules/fflush: New file.
* lib/fflush.c: Likewise.
* m4/fflush.m4: Likewise.
* modules/fflush-tests: New test.
* tests/test-fflush.c: Likewise.
* MODULES.html.sh (Input/output <stdio.h>): Document new module.
author | Eric Blake <ebb9@byu.net> |
---|---|
date | Tue, 10 Apr 2007 03:09:07 +0000 |
parents | |
children | 80a6ec6ecb2e |
line wrap: on
line diff
new file mode 100755 --- /dev/null +++ b/modules/fflush @@ -0,0 +1,23 @@ +Description: +Discard pending data on both input and output streams. + +Files: +lib/fflush.c +m4/fflush.m4 + +Depends-on: +stdio + +configure.ac: +gl_FUNC_FFLUSH +gl_STDIO_MODULE_INDICATOR([fflush]) + +Makefile.am: + +Include: + +License: +GPL + +Maintainer: +Eric Blake