isClose

close an ISAM file descriptor

SYNOPSIS

int isClose( IsFile * isfd );

isfd isam file descriptor

RETURN

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

NOTES

isClose drops all locks and releases all allocated memory.