verify: new macro 'assume'
[gnulib.git] / modules / printf-posix
1 Description:
2 POSIX compatible printf() 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/printf.c
12 m4/printf-posix-rpl.m4
13 m4/printf.m4
14 m4/asm-underscore.m4
15
16 Depends-on:
17 stdio
18 printf-safe
19 vfprintf-posix  [test $REPLACE_PRINTF = 1]
20
21 configure.ac:
22 gl_FUNC_PRINTF_POSIX
23 gl_STDIO_MODULE_INDICATOR([printf-posix])
24
25 Makefile.am:
26
27 Include:
28 <stdio.h>
29
30 License:
31 LGPL
32
33 Maintainer:
34 Bruno Haible
35