/* malloc.h: This file is referenced by the preprocessor directive #include . You should either (i) copy this file to the appropriate directory so that it can be found, or (ii) replace the statements #include by different #include statements, compatible with your compiler's handling of malloc() and free(). */ char *malloc(); void free();