#include "ltable.h"
FUNCTION put_record (tab)
struct TAB_DEF *tab;
A structure defining the LT file structure. The structure is initialized by the open_tab() utility.
The put_record() routine writes a logical record into the LT defined by the label vector definition. The logical record is written from the linked list allocated by the routine put_vector(). The head of the linked list is defined to be the structure field vector.
put_record() has no return values.