Allow use of --avoid=extensions-aix.
[gnulib.git] / modules / c-snprintf
blob19a054dcbeb10d7abeafc4fae0eb0dfe87459be7
1 Description:
2 c_snprintf(): print formatted output to a fixed length string in C locale
4 Files:
5 lib/c-snprintf.h
6 lib/c-snprintf.c
8 Depends-on:
9 stdint
10 stdio
11 c-vsnzprintf
13 configure.ac:
14 AC_REQUIRE([AC_C_RESTRICT])
16 Makefile.am:
17 lib_SOURCES += c-snprintf.c
19 Include:
20 "c-snprintf.h"
22 License:
23 LGPLv2+
25 Maintainer:
26 all