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

NAME

table_ors - change the output record separator.

SYNOPSIS

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

 int table_ors(TableHead t, int newors);
 

PARAMETERS

DESCRIPTION

The output record separator is a single character that table_row places after the last column value when it prints a row. The previous output record separator is returned.

SEE ALSO

table_colval , table_colvals , table_colvali , table_colvald , table_search , table_srange , table_svalue , 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_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

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