30 lines
568 B
Plaintext
30 lines
568 B
Plaintext
Description:
|
|
vsnprintf() function: print formatted output from an stdarg argument list
|
|
to a fixed length string
|
|
|
|
Files:
|
|
lib/vsnprintf.c
|
|
m4/vsnprintf.m4
|
|
m4/printf.m4
|
|
|
|
Depends-on:
|
|
stdio
|
|
errno [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1]
|
|
stdint [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1]
|
|
vsnzprintf [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_VSNPRINTF
|
|
gl_STDIO_MODULE_INDICATOR([vsnprintf])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdio.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|