mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
35 lines
493 B
Plaintext
35 lines
493 B
Plaintext
Description:
|
|
vsprintf with automatic memory allocation and bounded output size.
|
|
|
|
Files:
|
|
lib/printf-args.h
|
|
lib/printf-args.c
|
|
lib/printf-parse.h
|
|
lib/printf-parse.c
|
|
lib/vasnprintf.h
|
|
lib/vasnprintf.c
|
|
lib/asnprintf.c
|
|
m4/signed.m4
|
|
m4/longdouble.m4
|
|
m4/wchar_t.m4
|
|
m4/wint_t.m4
|
|
m4/longlong.m4
|
|
m4/intmax_t.m4
|
|
m4/vasnprintf.m4
|
|
|
|
Depends-on:
|
|
alloca
|
|
|
|
configure.ac:
|
|
gl_FUNC_VASNPRINTF
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += printf-args.h printf-parse.h vasnprintf.h
|
|
|
|
Include:
|
|
"vasnprintf.h"
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|