In easycsv_print_columns/rows, update docs

Signed-off-by: Pradana AUMARS <paumars@courrier.dev>
This commit is contained in:
Pradana AUMARS 2021-07-17 13:51:39 +02:00
parent 006cd346e9
commit 638af0080d
1 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@ easycsv_read_value(const easycsv*,
/**
* Return number of rows
* @param[in] constant pointer to easycsv structure
* @return number of rows
* @return number of rows, -1 if error
*/
int
easycsv_print_rows(const easycsv*);
@ -175,7 +175,7 @@ easycsv_print_rows(const easycsv*);
/**
* Return number of columns
* @param[in] constant pointer to easycsv structure
* @return number of columns
* @return number of columns, -1 if error
*/
int
easycsv_print_columns(const easycsv*);