mcel tests: Avoid test failures due to broken GB18030 converter.
[gnulib.git] / modules / vdprintf-gnu
blobb7bbb74fbee1d59815845be730013d50ac5dfacd
1 Description:
2 POSIX and GNU 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-gnu.m4
14 Depends-on:
15 vdprintf-posix
17 configure.ac:
18 gl_FUNC_VDPRINTF_GNU
20 Makefile.am:
22 Include:
23 <stdio.h>
25 License:
26 LGPL
28 Maintainer:
29 all