mcel: Fix compilation error with MSVC.
[gnulib.git] / modules / unistdio / ulc-vsprintf
blobef823cb8742815372be3c061a6fa302a0b463d6f
1 Description:
2 Formatted output to a string.
4 Files:
5 lib/unistdio/ulc-vsprintf.c
6 lib/unistdio/u-vsprintf.h
8 Depends-on:
9 unistdio/base
10 unistdio/ulc-vasnprintf
11 stdint
12 errno
14 configure.ac:
15 gl_LIBUNISTRING_MODULE(m4_ifdef([gl_PRINTF_SUPPORT_N_DIRECTIVE],[999.9],[1.2]), [unistdio/ulc-vsprintf])
17 Makefile.am:
18 if LIBUNISTRING_COMPILE_UNISTDIO_ULC_VSPRINTF
19 lib_SOURCES += unistdio/ulc-vsprintf.c
20 endif
22 Include:
23 "unistdio.h"
25 Link:
26 $(MBRTOWC_LIB)
28 License:
29 LGPLv3+ or GPLv2+
31 Maintainer:
32 all