mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
29 lines
304 B
Plaintext
29 lines
304 B
Plaintext
Description:
|
|
dprintf() function: print formatted output to a file descriptor
|
|
|
|
Files:
|
|
lib/dprintf.c
|
|
m4/dprintf.m4
|
|
|
|
Depends-on:
|
|
stdio
|
|
vasnprintf
|
|
full-write
|
|
errno
|
|
|
|
configure.ac:
|
|
gl_FUNC_DPRINTF
|
|
gl_STDIO_MODULE_INDICATOR([dprintf])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdio.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|