Skip to content

Latest commit

 

History

History
89 lines (78 loc) · 1.55 KB

table_hdrvali.md

File metadata and controls

89 lines (78 loc) · 1.55 KB

table_hdrvali - table_hdrvali returns the header value an integer.

SYNOPSIS

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

 int table_hdrvali(TableHead table, char *name, int i);
 

PARAMETERS

  • "TableHead table" - table header.
  • "char *name" - name of header value.
  • "int i" - array index of value.

DESCRIPTION

table_hdrvali returns the header value an integer.

SEE ALSO

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_rowtrim , table_hdrval , table_hdrvaln , table_hdrvald , table_hdrvals , table_hdrfind , table_extract , table_load , table_loadva , table_mode , table_ncol , table_ofs , table_ors