aboutsummaryrefslogblamecommitdiffstats
path: root/veprintf.c
blob: 9082db24bf841f5df7075dd0fd7191dbb2131b86 (plain) (tree)
1
2
                                                         
                   















                                                             
/* See LICENSE file for copyright and license details. */
#include "common.h"
#ifndef TEST


extern inline void libsimple_veprintf(const char *, va_list);


#else
#include "test.h"

int
main(void)
{
	return 0; /* Tested via libsimple_eprintf */
}

#endif