1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
freebsd/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>