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