New module 'printf-posix'.
[gnulib.git] / modules / printf-posix
1 Description:
2 POSIX compatible printf() function: print formatted output to standard output
3
4 Files:
5 lib/printf.c
6 m4/printf-posix-rpl.m4
7 m4/printf.m4
8
9 Depends-on:
10 stdio
11 vfprintf-posix
12
13 configure.ac:
14 gl_FUNC_PRINTF_POSIX
15 gl_STDIO_MODULE_INDICATOR([printf-posix])
16
17 Makefile.am:
18
19 Include:
20 <stdio.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible
27