aboutsummaryrefslogblamecommitdiffstats
path: root/epvallocn.c
blob: 8eef2d8f0a23bd0c64b2b0241b5de51077ead589 (plain) (tree)
1
2
                                                         
                   















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


extern inline void *libsimple_epvallocn(size_t, ...); /* TODO test */


#else
#include "test.h"

int
main(void)
{
	return 0;
}

#endif