aboutsummaryrefslogblamecommitdiffstats
path: root/emallocn.c
blob: e6ccf3e74ba5be55c7f2c1b3c14404db772b5802 (plain) (tree)
1
2
                                                         
                   















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


extern inline void *libsimple_emallocn(size_t, ...);


#else
#include "test.h"

int
main(void)
{
	return 0;
}

#endif