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