utimens: Fix test failure on macOS 10.13.
[gnulib.git] / modules / unistdio / u16-asnprintf
blobd61a6a62865e08199dda835e7dd29b4c3af75c41
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([0.9], [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