table_rowput - output a table row.

SYNOPSYS

#include "table.h"

void table_rowput(file, table, row, justify, select, nsel)

PARAMETERS

File file
output file.
TableHead table
table header.
TableRow row
row to output.
int *justify
column justification flags.
int *select
column selection flags.
int nsel
the number of selected columns.

DESCRIPTION

The row is output on file with column selected and justified as indicated.