aboutsummaryrefslogblamecommitdiffstats
path: root/vmallocn.c
blob: ab3a3400e2a8c03bdb35c621d43dc1797e48bfa2 (plain) (tree)
1
2
                                                         
                   















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


extern inline void *libsimple_vmallocn(size_t, va_list);


#else
#include "test.h"

int
main(void)
{
	return 0;
}

#endif