aboutsummaryrefslogblamecommitdiffstats
path: root/ealigned_allocn.c
blob: dd6d294d16455c01e1c2092a72462954fa1e092c (plain) (tree)
1
2
                                                         
                   















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


extern inline void *libsimple_ealigned_allocn(size_t, size_t, ...);


#else
#include "test.h"

int
main(void)
{
	return 0;
}

#endif