utimens: Fix test failure on macOS 10.13.
[gnulib.git] / modules / unistdio / u8-vasprintf
blob307c535393f7ab720d2a8e38ebfe28c58c1d0836
1 Description:
2 Formatted output to an UTF-8 string, with automatic memory allocation.
4 Files:
5 lib/unistdio/u8-vasprintf.c
6 lib/unistdio/u-vasprintf.h
8 Depends-on:
9 unistdio/base
10 unistdio/u8-vasnprintf
11 errno
13 configure.ac:
14 gl_LIBUNISTRING_MODULE([0.9], [unistdio/u8-vasprintf])
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNISTDIO_U8_VASPRINTF
18 lib_SOURCES += unistdio/u8-vasprintf.c
19 endif
21 Include:
22 "unistdio.h"
24 License:
25 LGPLv3+ or GPLv2
27 Maintainer:
28 all