table_rowget -   read the next row from a table file. 
 SYNOPSYS 
#include "table.h"
 TableRow  table_rowget(file, table, row, justify, select, nsel)
 PARAMETERS 
-   File  file 
-   file to read from.
-   TableHead  table 
-   table header.
-   TableRow  row 
-   row structure.
-   int *justify 
-  
-   int *select 
-  
-   int  nsel 
-  
 DESCRIPTION 
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.