Newer
Older
ubixos / src / include.new / malloc.h
@reddawg reddawg on 16 Jan 2007 174 bytes UbixOS
/* $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