libscsv manual
Version 1.1
scsv::quote_cols

Sets the list of columns to be surrounded with the quote character.

void scsv::quote_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 with indexes of columns to be surrounded with quote character.
Return

Function doesn't return with any value.

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