mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
28 lines
346 B
Plaintext
28 lines
346 B
Plaintext
Description:
|
|
vsnprintf() function: print formatted output from an stdarg argument list
|
|
to a fixed length string
|
|
|
|
Files:
|
|
lib/vsnprintf.h
|
|
lib/vsnprintf.c
|
|
m4/vsnprintf.m4
|
|
|
|
Depends-on:
|
|
vasnprintf
|
|
minmax
|
|
|
|
configure.ac:
|
|
gl_FUNC_VSNPRINTF
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += vsnprintf.h
|
|
|
|
Include:
|
|
"vsnprintf.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Yoann Vandoorselaere
|