aboutsummaryrefslogblamecommitdiffstats
path: root/emallocz.c
blob: 66951530e707723bd8b6df4388d707d6db49e7b9 (plain) (tree)
1
2
                                                         
                   















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


extern inline void *libsimple_emallocz(int, size_t);


#else
#include "test.h"

int
main(void)
{
	return 0;
}

#endif