diffseq: port to GCC 14.2.1 in ‘patch’
[gnulib.git] / modules / vasnwprintf-posix
blob71d6a917178829853a335db82c0b66e199bf8a37
1 Description:
2 POSIX compatible vswprintf with automatic memory allocation and bounded output
3 size.
5 Comment:
6 This module should not be used as a dependency from a test module,
7 otherwise when this module occurs as a tests-related module, it will
8 have side effects on the compilation of the 'vasnwprintf' module, if
9 that module occurs among the main modules in lib/.
11 Files:
12 m4/vasnwprintf-posix.m4
13 m4/printf.m4
14 m4/math_h.m4
16 Depends-on:
17 vasnwprintf
18 mixin/printf-posix
19 nocrash
20 printf-safe
21 multiarch
23 configure.ac:
24 gl_FUNC_VASNWPRINTF_POSIX
26 Makefile.am:
28 Include:
29 "vasnwprintf.h"
31 Link:
32 $(MBRTOWC_LIB)
34 License:
35 LGPLv2+
37 Maintainer:
38 all