Download this file
#if 0 /* * * LPC / C interface * */ #endif int handle; reset() { int x; handle = load_shared_object("io.so"); } query_destruct() { unload_shared_object(handle); } printf(string format, array args) { }