Make pointer decrementing code ANSI C compliant.
[gnulib.git] / modules / vfprintf-posix
1 Description:
2 POSIX compatible vfprintf() function: print formatted output to a stream
3
4 Files:
5 lib/vfprintf.c
6 m4/vfprintf-posix.m4
7 m4/printf.m4
8
9 Depends-on:
10 stdio
11 fseterr
12 vasnprintf
13 isnan-nolibm
14 isnanl-nolibm
15 printf-frexp
16 printf-frexpl
17
18 configure.ac:
19 gl_FUNC_VFPRINTF_POSIX
20 gl_STDIO_MODULE_INDICATOR([vfprintf-posix])
21
22 Makefile.am:
23
24 Include:
25 <stdio.h>
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible
32