mcel: Fix compilation error with MSVC.
[gnulib.git] / modules / unistdio / u16-asnprintf
blob5ecb765298054c3bbcaa5c8e16ecaea0ae35e487
1 Description:
2 Formatted output to an UTF-16 string, with automatic memory allocation and
3 bounded output size.
5 Files:
6 lib/unistdio/u16-asnprintf.c
7 lib/unistdio/u-asnprintf.h
9 Depends-on:
10 unistdio/base
11 unistdio/u16-vasnprintf
13 configure.ac:
14 gl_LIBUNISTRING_MODULE(m4_ifdef([gl_PRINTF_SUPPORT_N_DIRECTIVE],[999.9],[1.2]), [unistdio/u16-asnprintf])
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNISTDIO_U16_ASNPRINTF
18 lib_SOURCES += unistdio/u16-asnprintf.c
19 endif
21 Include:
22 "unistdio.h"
24 License:
25 LGPLv3+ or GPLv2+
27 Maintainer:
28 all