Newer
Older
ubixos / src / include / malloc.h
@reddawg reddawg on 18 Jun 2004 174 bytes UbixOS PreRelease
/* $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