starbase

table_colvals - get the value from the column.

SYNOPSIS

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

 char *table_colvals(TableRow r, int c);
 

PARAMETERS ———-

DESCRIPTION

Return a copy of the table column for row r as a ascii string allocated with strdup. The returned value may be freed with free(3) when it is no longer needed.

SEE ALSO

table_colval , 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_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