This commit is contained in:
AUnicornWithNoLife 2023-05-11 14:56:10 +01:00
parent eca705a331
commit 41d8dbbde5

View File

@ -30,5 +30,5 @@ LV is a dictionary, labels in lv_labels and values in lv_values, it contains any
values and lv_values both point to argv, and lv_labels points to argv + 1, as to ignore the dash('-') values and lv_values both point to argv, and lv_labels points to argv + 1, as to ignore the dash('-')
when done with the data, call when done with the data, call
`carg_parse_free(data)` `carg_parse_free(carg_parse_data* data)`
to free the data to free the data