mirror of
https://github.com/json-c/json-c.git
synced 2026-03-23 23:19:06 +08:00
Added array_list_del_idx and json_object_array_del_idx
This commit is contained in:
@@ -53,6 +53,8 @@ extern void* array_list_bsearch(const void **key,
|
||||
struct array_list *arr,
|
||||
int (*sort_fn)(const void *, const void *));
|
||||
|
||||
extern int
|
||||
array_list_del_idx(struct array_list *arr, int i, int count);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user