mcTBfree — Free relational table in memory
#include <memcom.h> int mcTBfree(mcRTable* rt); int mcTBfreeAll(mcRTable* rts);
mcTBfree
releases a relational table
rt
in memory. mcTBfreeAll
releases all relational tables rt
in memory which
have been allocated by mcTBloadAll
. If
completed successfully, the function returns 0. Otherwise, a
negative value indicating the MemCom
error number is returned. Note that data extracted from relational
tables by means of the mcTBext
functions
must be released with the function mcDBfree
.