table_rowloc - low level table row descriptor allocation.
SYNOPSYS
#include "table.h"
TableRow table_rowloc(row, nbuf, 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.
DESCRIPTION
reallocate TableRow memory structures.
ReAllocate the buffers for row to have nbuf characters in the buffer
and ncol entries in the column vector.
RETURNS
Returns the reallocated TableRow.