malloc-h: New module.
[gnulib.git] / modules / vprintf-posix
blobafa2de235533bc0ab12b92628efc1e696535b5af
1 Description:
2 POSIX compatible vprintf() function: print formatted output to standard output
4 Comment:
5 This module should not be used as a dependency from a test module,
6 otherwise when this module occurs as a tests-related module, it will
7 have side effects on the compilation of the 'vasnprintf' module, if
8 that module occurs among the main modules in lib/.
10 Files:
11 lib/vprintf.c
12 m4/vprintf-posix.m4
13 m4/printf.m4
15 Depends-on:
16 stdio
17 printf-safe
18 vfprintf-posix  [test $REPLACE_VPRINTF = 1]
20 configure.ac:
21 gl_FUNC_VPRINTF_POSIX
22 gl_STDIO_MODULE_INDICATOR([vprintf-posix])
23 gl_MODULE_INDICATOR([vprintf-posix])
25 Makefile.am:
27 Include:
28 <stdio.h>
30 License:
31 LGPL
33 Maintainer:
34 all