description.
#include <../tablelib/table.h>
void *table_loadva(File ifile, TableHead *t, void *hbase, TableRow **rows, void
*tbase, int size, int *nrecs, ...);
PARAMETERS ———-
"File ifile” - File pointer to read table from."TableHead *t” - Table header if already read in"void *hbase” - Base pointer for header values."TableRow **rows” - Returned row array."void *tbase” - Base pointer for data structure array."int size” - Size of one data structure."int *nrecs” - Number of records read."..." - Not Documented.table_loadva constructs a TblDescriptor from its arguments and calls
table_load.
table_colval , table_colvals , table_colvali , table_colvald , table_rowloc , table_parsline , table_colpad , table_coladd , table_colarg , table_colnum , table_colnam , table_hdrfree , table_hdrnth , table_rowfree , table_header , table_rowput , table_hdrput , table_rowget , table_rowtrim , table_hdrget , table_hdrgetn , table_hdrgeti , table_hdrgetd , table_hdrgets , table_hdrfind , table_extract , table_load , table_mode , table_ncol , table_ofs , table_ors