table_load - load a table directly into a data structure.

SYNOPSYS

#include "table.h"

void * table_load(ifile, t, T, hbase, rows, tbase, size, nrecs)

PARAMETERS

File ifile
TableHead t
TblDescriptor T
void *hbase
TableRow **rows
void *tbase
int size
int *nrecs

DESCRIPTION

table_load provides a top level routine for loading table data directly into a program data structure. The data structure is described by the TblDescriptor T.