mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
29 lines
353 B
Plaintext
29 lines
353 B
Plaintext
Description:
|
|
POSIX formatted printing into an obstack.
|
|
|
|
Files:
|
|
m4/obstack-printf.m4
|
|
m4/obstack-printf-posix.m4
|
|
lib/obstack_printf.c
|
|
|
|
Depends-on:
|
|
obstack
|
|
stdio
|
|
vasnprintf-posix
|
|
extensions
|
|
|
|
configure.ac:
|
|
gl_FUNC_OBSTACK_PRINTF_POSIX
|
|
gl_STDIO_MODULE_INDICATOR([obstack-printf-posix])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdio.h>
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Eric Blake
|