aboutsummaryrefslogblamecommitdiffstats
path: root/evvallocn.c
blob: 5e52d4f6ca44ea60651113c6730d17a2d52ff724 (plain) (tree)
1
2
                                                         
                   















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


extern inline void *libsimple_evvallocn(size_t, va_list);


#else
#include "test.h"

int
main(void)
{
	return 0;
}

#endif