Document not_eol and remove mention of regex.c.
[gnulib/ericb.git] / modules / vdprintf-posix
blob649eacfce4b4b10958fd9feb9d6d2b1e821d0b8d
1 Description:
2 POSIX compatible vdprintf() function: print formatted output to a file
3 descriptor
5 Comment:
6 This module should not be used as a dependency from a test module,
7 otherwise when this module occurs as a tests-related module, it will
8 have side effects on the compilation of the 'vasnprintf' module, if
9 that module occurs among the main modules in lib/.
11 Files:
12 m4/vdprintf-posix.m4
13 m4/printf.m4
15 Depends-on:
16 vdprintf
17 vasnprintf
18 isnand-nolibm
19 isnanl-nolibm
20 frexp-nolibm
21 frexpl-nolibm
22 printf-frexp
23 printf-frexpl
24 signbit
25 fpucw
26 nocrash
27 printf-safe
28 multiarch
30 configure.ac:
31 gl_FUNC_VDPRINTF_POSIX
33 Makefile.am:
35 Include:
36 <stdio.h>
38 License:
39 LGPL
41 Maintainer:
42 Bruno Haible