Newer
Older
UbixOS / include / malloc.h
@Charlie Root Charlie Root on 31 Dec 2017 179 bytes More Cleanup
/* $FreeBSD: releng/11.1/include/malloc.h 86178 2001-11-07 23:14:31Z obrien $ */
#if __STDC__
#error "<malloc.h> has been replaced by <stdlib.h>"
#else
#include <stdlib.h>
#endif