easycsv_insert_value documentation fixed

Signed-off-by: Pradana AUMARS <paumars@courrier.dev>
This commit is contained in:
Pradana AUMARS 2021-07-17 15:37:27 +02:00
parent 27fdceb684
commit 959ffce49f
1 changed files with 4 additions and 4 deletions

View File

@ -221,12 +221,12 @@ easycsv_sortcolumn(easycsv*,
/* int); */
/**
* Insert string in a specific cell
* Insert/replace string in a specific cell
* @param[in] pointer to easycsv structure
* @param[in] cell value
* @param[in] row number
* @param[in] cell value (cell value will not be modified if there is an error)
* @param[in] column number
* @return easycsv error code
* @param[in] row number
* @return 0 if no error, -1 if error
*/
int
easycsv_insertvalue(easycsv*,