aboutsummaryrefslogblamecommitdiffstats
path: root/encallocn.c
blob: a43fcbbcf52001360ce98fc44ee3aa5021e37e35 (plain) (tree)
1
2
                                                         
                   















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


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


#else
#include "test.h"

int
main(void)
{
	return 0;
}

#endif