void assert(int x) {} void *malloc(int size) {} void *realloc(void *pointer, int new_size) {} void free(void *pointer) {} void main( ) {}