Previous Up Next

B.6  Initialising and Shutting Down the ECLiPSe Subsystem

These are the functions needed to embed ECLiPSe into a C++ main program.

int ec_init()

Initialise the ECLiPSe engine. This is required before any other functions of this interface can be used.
int ec_cleanup()

Shutdown the ECLiPSe engine.

Previous Up Next