#include void * MALLOC(size_t n) { return malloc(n); }