30 lines
342 B
Plaintext
30 lines
342 B
Plaintext
Description:
|
|
dzprintf() function: print formatted output (without INT_MAX limitation)
|
|
to a file descriptor
|
|
|
|
Files:
|
|
lib/dzprintf.c
|
|
|
|
Depends-on:
|
|
stdio
|
|
vasnprintf
|
|
intprops
|
|
free-posix
|
|
full-write
|
|
errno
|
|
|
|
configure.ac:
|
|
gl_STDIO_MODULE_INDICATOR([dzprintf])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += dzprintf.c
|
|
|
|
Include:
|
|
<stdio.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|