aboutsummaryrefslogblamecommitdiffstats
path: root/evalloc.c
blob: 83db54c44eaf23fdfd01e59bff3b9408f74da93d (plain) (tree)
1
2
                                                         
                   















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


extern inline void *libsimple_evalloc(size_t);


#else
#include "test.h"

int
main(void)
{
	return 0;
}

#endif