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