mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
42 lines
502 B
Plaintext
42 lines
502 B
Plaintext
Description:
|
|
vsprintf with automatic memory allocation and bounded output size.
|
|
|
|
Files:
|
|
lib/float+.h
|
|
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/wchar_t.m4
|
|
m4/wint_t.m4
|
|
m4/longlong.m4
|
|
m4/intmax_t.m4
|
|
m4/stdint_h.m4
|
|
m4/inttypes_h.m4
|
|
m4/vasnprintf.m4
|
|
|
|
Depends-on:
|
|
alloca-opt
|
|
float
|
|
stdint
|
|
xsize
|
|
EOVERFLOW
|
|
|
|
configure.ac:
|
|
gl_FUNC_VASNPRINTF
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"vasnprintf.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|