#ifndef MALLOC_H # define MALLOC_H #include #include #define PROUT "42\n" void *malloc(size_t size); #endif