aboutsummaryrefslogblamecommitdiffstats
path: root/enmemalloc.c
blob: 763dffa0ac20cac80f5313cfa89e788dc16996fc (plain) (tree)
1
2
                                                         
                   















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


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


#else
#include "test.h"

int
main(void)
{
	return 0;
}

#endif