Library Maintenance Functions

Functions that start up and shutdown the Embryo library. More...

Functions

int embryo_init (void)
 Initialises the Embryo library.
int embryo_shutdown (void)
 Shuts down the Embryo library.

Detailed Description

Functions that start up and shutdown the Embryo library.


Function Documentation

int embryo_init void   ) 
 

Initialises the Embryo library.

Returns:
The number of times the library has been initialised without being shut down.

int embryo_shutdown void   ) 
 

Shuts down the Embryo library.

Returns:
The number of times the library has been initialised without being shutdown.