#if 0
/*
*
* LPC / C interface
*
*/
#endif
int handle;
reset()
{
int x;
handle = load_shared_object("os.so");
}
query_destruct()
{
unload_shared_object(handle);
}
string set_bit(string str, int loc)
{
}
int test_bit(string str, int loc)
{
}