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