]> Savannah Git Hosting - gnulib.git/commitdiff
zsnprintf-posix: New module.
authorBruno Haible <bruno@clisp.org>
Mon, 24 Jun 2024 23:09:34 +0000 (01:09 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 24 Jun 2024 23:09:34 +0000 (01:09 +0200)
* modules/zsnprintf-posix: New file.

ChangeLog
modules/zsnprintf-posix [new file with mode: 0644]

index 84abf933b8cf7129a0d951a11fcee636bba431b8..933190ff3b68662e29ec7d19fbbd05cfb4a3a2ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-24  Bruno Haible  <bruno@clisp.org>
+
+       zsnprintf-posix: New module.
+       * modules/zsnprintf-posix: New file.
+
 2024-06-24  Bruno Haible  <bruno@clisp.org>
 
        vzsnprintf-posix: Add tests.
diff --git a/modules/zsnprintf-posix b/modules/zsnprintf-posix
new file mode 100644 (file)
index 0000000..6e2f2c6
--- /dev/null
@@ -0,0 +1,22 @@
+Description:
+zsnprintf() function with POSIX compliant format string interpretation
+
+Files:
+
+Depends-on:
+zsnprintf
+mixin/printf-posix
+
+configure.ac:
+gl_PREREQ_VASNPRINTF_WITH_POSIX_EXTRAS
+
+Makefile.am:
+
+Include:
+<stdio.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+all