#include "memory.h" char* malloc(unsigned int size) { return " "; } void mfree(char* p) { }