[Previous] [Next] [Up] [Top] [Edit]

NAME

table_parsline - parse a line from a table file.

SYNOPSIS

#include <../tablelib/table.h>

 TableRow table_parsline(File file, TableRow row);
 

PARAMETERS

DESCRIPTION

Parse 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. #

SEE ALSO

table_colval , table_colvals , table_colvali , table_colvald , table_search , table_srange , table_svalue , 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_hdrval , table_hdrvaln , table_hdrvali , table_hdrvald , table_hdrvals , table_hdrfind , table_extract , table_load , table_loadva , table_mode , table_ncol , table_ofs , table_ors

[Previous] [Next] [Up] [Top] [Edit]