aboutsummaryrefslogblamecommitdiffstats
path: root/evaligned_allocn.c
blob: 2d14680e146aa936bcc9bb7bd036d467f54269e0 (plain) (tree)
1
2
                                                         
                   















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


extern inline void *libsimple_evaligned_allocn(size_t, size_t, va_list);


#else
#include "test.h"

int
main(void)
{
	return 0;
}

#endif