libscsv manual
Version 1.1
scsv::read_cols

Sets the columns to be loaded from input file (0-based). The function also affects the behavior of scsv::unquote_cols.

void scsv::read_cols(unsigned short colsCnt, unsigned short *colsLst);
declared in scsv.h, include scsv.h
Parameters
colsCnt
Number of elements passed over colsLst.
*colsLst
Location of array holding indexes of columns to read.
Return

Function doesn't return with any value.

Released under the GNU Free Documentation License
by TinyIT
Last modified 2017-10-17