1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

obstack-zprintf-gnu: New module.

* modules/obstack-zprintf-gnu: New file.
This commit is contained in:
Bruno Haible
2024-06-25 16:42:56 +02:00
parent 56f77044cf
commit 0dd7d57f7f
2 changed files with 28 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2024-06-25 Bruno Haible <bruno@clisp.org>
obstack-zprintf-gnu: New module.
* modules/obstack-zprintf-gnu: New file.
2024-06-25 Bruno Haible <bruno@clisp.org>
vazsprintf-gnu: Add tests.

View File

@@ -0,0 +1,23 @@
Description:
Formatted printing into an obstack (without INT_MAX limitation)
with POSIX compliant and GNU compatible format string interpretation
Files:
Depends-on:
obstack-zprintf-posix
mixin/printf-gnu
configure.ac:
gl_PREREQ_VASNPRINTF_WITH_GNU_EXTRAS
Makefile.am:
Include:
<stdio.h>
License:
GPL
Maintainer:
all