#include "ltable.h"
FUNCTION close_tab (tab)
struct TAB_DEF *tab;
Close the LT file. If the LT file is opened for write access, it flushes the I/O buffers prior to the close. In addition, it frees all dynamic memory used to manipulate the LT file; therefore, the linked list defined by structure VECTOR and the LT data I/O buffer should not be referenced after calling close_tab().
close_tab() has no return values.