Download this file
#if 0 /* * * LPC / C interface * */ #endif int handle; reset() { int x; handle = load_shared_object("os.so"); } query_destruct() { unload_shared_object(handle); }