The malloc.h file is deprecated on most systems and should not be used, instead include stdlib.h which handles needed function in a portable manner.
The malloc.h file is deprecated on most systems and should not be used, instead include stdlib.h which handles needed function in a portable manner.