Fixed easycsv_find_num_value documentation
Signed-off-by: Pradana AUMARS <paumars@courrier.dev>
This commit is contained in:
parent
1a0e8e5bcb
commit
c19760c62f
@ -129,11 +129,11 @@ easycsv_find_value(const easycsv*,
|
||||
* Find number of instances of value
|
||||
* @param[in] constant pointer to easycsv structure
|
||||
* @param[in] value to find
|
||||
* @return number of instances
|
||||
* @return positive integer if success, -1 if error
|
||||
*/
|
||||
int
|
||||
easycsv_find_num_value(const easycsv*,
|
||||
const char*);
|
||||
const char*);
|
||||
|
||||
/*** Access, read ***/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user