isCleanUp

close all open ISAM files

SYNOPSIS

int isCleanUp( void );

RETURN

ISTRUE on success, else ISFALSE on error, in which case the error code will be found in the errno global.

NOTES

this routine will close all currently open isam files and release all allocated global memory.

only available if DISAM was compiled with the ISADMIN feature activated.