#include <../tablelib/table.h>
TableRow table_rowloc(TableRow row, int nbuf, int ncol);
PARAMETERS ———-
"TableRow row” - the row to be reallocated."int nbuf” - the new size of row buffer."int ncol” - the new size of column vector.ReAllocate the buffers for row to have nbuf characters in the buffer and ncol entries in the column vector.
Returns the reallocated TableRow. # SEE ALSO ——– table_colval , table_colvals , table_colvali , table_colvald , 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_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