Work around difference between Linux ACLs and Solaris 10 ZFS.
[gnulib.git] / modules / vsnprintf
1 Description:
2 vsnprintf() function: print formatted output from an stdarg argument list
3 to a fixed length string
4
5 Files:
6 lib/vsnprintf.c
7 m4/vsnprintf.m4
8
9 Depends-on:
10 stdio
11 vasnprintf
12 minmax
13
14 configure.ac:
15 gl_FUNC_VSNPRINTF
16 gl_STDIO_MODULE_INDICATOR([vsnprintf])
17
18 Makefile.am:
19
20 Include:
21 <stdio.h>
22
23 License:
24 LGPL
25
26 Maintainer:
27 Yoann Vandoorselaere