From 7c545b4b9c31dbfb2e8430aded030654a92e967a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 28 Feb 2026 19:17:45 +0100 Subject: First commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libabort_vsaprintf.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libabort_vsaprintf.c (limited to 'libabort_vsaprintf.c') 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 -- cgit v1.2.3-70-g09d2