put_record - Writes a logical record into labeled table (LT)

SYNTAX

#include "ltable.h"

FUNCTION put_record (tab)

     struct TAB_DEF     *tab;

PARAMETERS

tab (Input, struct TAB_DEF)

A structure defining the LT file structure. The structure is initialized by the open_tab() utility.

DESCRIPTION

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.

RETURN VALUE

put_record() has no return values.

SPECIAL CONSIDERATIONS:

The put_record() call is for C only.