]> Savannah Git Hosting - gnulib.git/commitdiff
zsprintf-gnu: New module.
authorBruno Haible <bruno@clisp.org>
Tue, 25 Jun 2024 14:41:03 +0000 (16:41 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 25 Jun 2024 14:41:03 +0000 (16:41 +0200)
* modules/zsprintf-gnu: New file.

ChangeLog
modules/zsprintf-gnu [new file with mode: 0644]

index 5c1ab2b9e4573a68787826162a2d959ef9dcac4f..0013853b49c9e1a5e8123eb9eb8b12ef2f484add 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-25  Bruno Haible  <bruno@clisp.org>
+
+       zsprintf-gnu: New module.
+       * modules/zsprintf-gnu: New file.
+
 2024-06-25  Bruno Haible  <bruno@clisp.org>
 
        vzsprintf-gnu: Add tests.
diff --git a/modules/zsprintf-gnu b/modules/zsprintf-gnu
new file mode 100644 (file)
index 0000000..a530b34
--- /dev/null
@@ -0,0 +1,23 @@
+Description:
+zsprintf() function
+with POSIX compliant and GNU compatible format string interpretation
+
+Files:
+
+Depends-on:
+zsprintf-posix
+mixin/printf-gnu
+
+configure.ac:
+gl_PREREQ_VASNPRINTF_WITH_GNU_EXTRAS
+
+Makefile.am:
+
+Include:
+<stdio.h>
+
+License:
+LGPL
+
+Maintainer:
+all