mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
25 lines
286 B
Plaintext
25 lines
286 B
Plaintext
Description:
|
|
A wrapper around printf with POSIX compatible format string interpretation,
|
|
that calls error upon ENOMEM or EILSEQ errors.
|
|
|
|
Files:
|
|
|
|
Depends-on:
|
|
xprintf
|
|
vprintf-posix
|
|
vfprintf-posix
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"xprintf.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|