xfreopen: fix typo: s/frepoen/freopen/
[gnulib/ericb.git] / modules / dprintf
blob8c08def36027957190ee0a29fa1efcbb4c33cb22
1 Description:
2 dprintf() function: print formatted output to a file descriptor
4 Files:
5 lib/dprintf.c
6 m4/dprintf.m4
8 Depends-on:
9 stdio
10 vasnprintf      [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1]
11 full-write      [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1]
12 errno           [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1]
14 configure.ac:
15 gl_FUNC_DPRINTF
16 gl_STDIO_MODULE_INDICATOR([dprintf])
18 Makefile.am:
20 Include:
21 <stdio.h>
23 License:
24 LGPL
26 Maintainer:
27 Bruno Haible