#include #include void *Malloc(size_t n) { Print("Malloc not implemented in user mode\n"); return 0; }