libscsv manual
Version 1.1
scsv::unquote_cols

Sets the list of columns for quoting character removal. The character can be set with scsv::set_unquote, for example.

void scsv::unquote_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 marked for quote character removal.
Return

Function doesn't return with any value.

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