#include void free(void *p) { __libc_free(p); } #ifdef TEST int main(void) { return 0; } #endif