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