aboutsummaryrefslogtreecommitdiffstats
path: root/libabort_vsaprintf.c
blob: 844e68fb6771c5bc73fcd676e9286c6828ce5550 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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