[go: up one dir, main page]

Menu

[897c37]: / modules / bit.lpc  Maximize  Restore  History

Download this file

32 lines (23 with data), 265 Bytes

#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)
{
}