mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
29 lines
348 B
Plaintext
29 lines
348 B
Plaintext
Description:
|
|
POSIX compatible printf() function: print formatted output to standard output
|
|
|
|
Files:
|
|
lib/printf.c
|
|
m4/printf-posix-rpl.m4
|
|
m4/printf.m4
|
|
|
|
Depends-on:
|
|
stdio
|
|
vfprintf-posix
|
|
printf-safe
|
|
|
|
configure.ac:
|
|
gl_FUNC_PRINTF_POSIX
|
|
gl_STDIO_MODULE_INDICATOR([printf-posix])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdio.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|