aboutsummaryrefslogblamecommitdiffstats
path: root/mallocz.c
blob: 22c3b03399774b97016231811a79e62c0873ad73 (plain) (tree)
1
2
                                                         
                   















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


extern inline void *libsimple_mallocz(int, size_t);


#else
#include "test.h"

int
main(void)
{
	return 0;
}

#endif