#include <../tablelib/table.h>
TableRow table_parsline(File file, TableRow row, int mode, int n);
PARAMETERS ———-
"File file” - the file to read the line from."TableRow row” - the row to fill in."int mode” - the parsing mode"int n” - number of columns expectedParse a line from file and return a TableRow structure.
If row is NULL a new TableRow structure will be allocated and
returned to the user. This is a low level routine used internally
by libtab. User programs should call table_row.
Returns a TableRow structure containing the parsed contents of the next line from file. #
table_colval , table_colvals , table_colvali , table_colvald , table_rowloc , 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_loadva , table_mode , table_ncol , table_ofs , table_ors