#include <../tablelib/table.h>
TableRow table_rowget(File file, TableHead table, TableRow row, int *justify,
int *select, int nsel);
PARAMETERS ———-
"File file” - file to read from."TableHead table” - table header."TableRow row” - row structure."int *justify” - Optional justification flags for each column."int *select” - Optional selection vector for each column."int nsel” - Not Documented.A row is read in from file. If the row argumant is NULL a new row structure is allocated for the row.
Returns a TableRow.
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_rowtrim , table_hdrget , table_hdrgetn , table_hdrgeti , table_hdrgetd , table_hdrgets , table_hdrfind , table_extract , table_load , table_loadva , table_mode , table_ncol , table_ofs , table_ors