mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
37 lines
408 B
Plaintext
37 lines
408 B
Plaintext
Description:
|
|
POSIX compatible vsnprintf() function: print formatted output to a fixed length
|
|
string
|
|
|
|
Files:
|
|
m4/vsnprintf-posix.m4
|
|
m4/printf.m4
|
|
|
|
Depends-on:
|
|
vsnprintf
|
|
vasnprintf
|
|
isnand-nolibm
|
|
isnanl-nolibm
|
|
frexp-nolibm
|
|
frexpl-nolibm
|
|
printf-frexp
|
|
printf-frexpl
|
|
signbit
|
|
fpucw
|
|
nocrash
|
|
printf-safe
|
|
|
|
configure.ac:
|
|
gl_FUNC_VSNPRINTF_POSIX
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdio.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|