verify: new macro 'assume'
[gnulib.git] / modules / vprintf-posix
1 Description:
2 POSIX compatible vprintf() function: print formatted output to standard output
3
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/.
9
10 Files:
11 lib/vprintf.c
12 m4/vprintf-posix.m4
13 m4/printf.m4
14
15 Depends-on:
16 stdio
17 printf-safe
18 vfprintf-posix  [test $REPLACE_VPRINTF = 1]
19
20 configure.ac:
21 gl_FUNC_VPRINTF_POSIX
22 gl_STDIO_MODULE_INDICATOR([vprintf-posix])
23
24 Makefile.am:
25
26 Include:
27 <stdio.h>
28
29 License:
30 LGPL
31
32 Maintainer:
33 Bruno Haible
34