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