1 2 3 4 5 6 7 8
#ifndef _MALLOC_H #define _MALLOC_H #warning "<malloc.h> is deprecated, include <stdlib.h> instead" #include <stdlib.h> #endif // _MALLOC_H