summaryrefslogtreecommitdiff
path: root/modules/c-vsnprintf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/c-vsnprintf')
-rw-r--r--modules/c-vsnprintf24
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/c-vsnprintf b/modules/c-vsnprintf
new file mode 100644
index 0000000000..7846d9d4fb
--- /dev/null
+++ b/modules/c-vsnprintf
@@ -0,0 +1,24 @@
+Description:
+c_vsnprintf(): print formatted output from an stdarg argument listto a
+fixed length string in C locale
+
+Files:
+lib/c-vsnprintf.h
+lib/c-vsnprintf.c
+
+Depends-on:
+c-vasnprintf
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += c-vsnprintf.c
+
+Include:
+"c-vsnprintf.h"
+
+License:
+GPL
+
+Maintainer:
+Ben Pfaff