aboutsummaryrefslogblamecommitdiffstats
path: root/enmallocn.c
blob: b3600f60f3d3842c96a9c89fba9b59239b6920be (plain) (tree)
1
2
                                                         
                   















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


extern inline void *libsimple_enmallocn(int, size_t, ...);


#else
#include "test.h"

int
main(void)
{
	return 0;
}

#endif