28 lines
362 B
Plaintext
28 lines
362 B
Plaintext
Description:
|
|
vsnzprintf() function: print formatted output from an stdarg argument list
|
|
to a fixed length string (without INT_MAX limitation)
|
|
|
|
Files:
|
|
lib/vsnzprintf.c
|
|
|
|
Depends-on:
|
|
stdio
|
|
vasnprintf
|
|
errno
|
|
stdint
|
|
|
|
configure.ac:
|
|
gl_STDIO_MODULE_INDICATOR([vsnzprintf])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += vsnzprintf.c
|
|
|
|
Include:
|
|
<stdio.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|