Update array & list (extra) foreach symbols

This commit is contained in:
2022-06-06 11:22:48 +03:00
parent 51c1fbf52d
commit da420ef59d
4 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ _Bool libcdsb_list_update(list_t* x, ssize_t i, const void* v, vtype t, int ins)
/*#####################################################################################################################*/
int list_foreach(const vtype_list* x, int (*callback)(void* value, ssize_t index, vtype type)) {
int libcdsb_list_foreach(const vtype_list* x, int (*callback)(void* value, ssize_t index, vtype type)) {
lnode_t* c;
size_t n;