freebsd-dev/include/malloc.h
1997-04-13 11:33:17 +00:00

6 lines
126 B
C

#if __GNUC__
#warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead"
#endif
#include <stdlib.h>