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