// private external C library with one function #include void crt_free(void*p) { free(p); }