[go: up one dir, main page]

Menu

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

Download this file

23 lines (17 with data), 184 Bytes

#if 0
/*
 *
 * LPC / C interface
 *
 */
#endif

int handle;

reset()
{
    int x;

    handle = load_shared_object("os.so");
}

query_destruct()
{
    unload_shared_object(handle);
}