next up previous contents
Next: Creating Relations Up: User's Manual Previous: RelManager   Contents


Initializing and Shutting Down a RelManager

To use the functions in the KURE package, one has first to initialize the package itself by calling Kure_Init. This function takes no parameters.

A typical call to Kure_Init may look like this:


    manager = Kure_Init();

To reclaim all the memory associated with a manager, an application must call Kure_Quit. This is normally done before exiting.



Ulf Milanese
2003-05-28