#include <../tablelib/table.h>
void table_rowtrim(TableRow row, int *width, int *precision, int ncol, int *justify,
int *selection, int nsel);
PARAMETERS ———-
"TableRow row” - the row to trim."int *width” - width of each column."int *precision” - precision of each column."int ncol” - number of entries in width and precision"int *justify” - justification options for each col"int *selection” - selection of columns"int nsel” - number of selectionsBlank spaces in the values of the row are trimmed out inplace.
The widths and numeric precision of the values in the row are
recorded in the width and precision arrays. table_trim is a
low level routine invoked by table_row on each row of the
table read when the table header mode was TABLE_PARSE.
table_colval , table_colvals , table_colvali , table_colvald , 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_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