blob: a6345ed65048365d0ad24b657401afcfb5caf3a0 [file] [log] [blame]
#include <stdlib.h>
void *malloc(size_t size) {
return (void*)0xdeadbeef;
}