aboutsummaryrefslogtreecommitdiffstats
path: root/libabort_vsaprintf.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libabort_vsaprintf.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/libabort_vsaprintf.c b/libabort_vsaprintf.c
new file mode 100644
index 0000000..844e68f
--- /dev/null
+++ b/libabort_vsaprintf.c
@@ -0,0 +1,11 @@
+/* See LICENSE file for copyright and license details. */
+#include "common.h"
+#ifndef TEST
+
+extern inline int libabort_vsaprintf(char *str, size_t size, const char *fmt, va_list ap);
+
+#else
+
+TESTED /* via libabort_saprintf */
+
+#endif