Newer
Older
ubix2 / src / include.new / malloc.h
@reddawg reddawg on 26 Oct 2006 174 bytes Adding Libc
/* $FreeBSD: src/include/malloc.h,v 1.5 2001/11/07 23:14:31 obrien Exp $ */
#if __STDC__
#error "<malloc.h> has been replaced by <stdlib.h>"
#else
#include <stdlib.h>
#endif