#include void* malloc(unsigned long size) { return NULL; } void free(void* ptr) { } int main(void) { return 0; }