aboutsummaryrefslogblamecommitdiffstats
path: root/ecalloc.c
blob: 9e8b907a0ebd1f7d1d18dd2562b95430794bf04f (plain) (tree)
1
2
                                                         
                   















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


extern inline void *libsimple_ecalloc(size_t, size_t);


#else
#include "test.h"

int
main(void)
{
	return 0;
}

#endif