utimens: Fix test failure on macOS 10.13.
[gnulib.git] / modules / unistdio / ulc-vsnprintf
blob5f69d4d28c2368b671a3c13470f6180ff3a88a6a
1 Description:
2 Formatted output to a fixed-length string.
4 Files:
5 lib/unistdio/ulc-vsnprintf.c
6 lib/unistdio/u-vsnprintf.h
8 Depends-on:
9 unistdio/base
10 unistdio/ulc-vasnprintf
11 errno
13 configure.ac:
14 gl_LIBUNISTRING_MODULE([0.9.8], [unistdio/ulc-vsnprintf])
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNISTDIO_ULC_VSNPRINTF
18 lib_SOURCES += unistdio/ulc-vsnprintf.c
19 endif
21 Include:
22 "unistdio.h"
24 Link:
25 $(LIB_MBRTOWC)
27 License:
28 LGPLv3+ or GPLv2
30 Maintainer:
31 all