Searched refs:array_remove (Results 1 – 2 of 2) sorted by relevance
60 void array_remove(struct array *a, unsigned index_);227 return array_remove(&a->arr, index_); \
113 array_remove(struct array *a, unsigned index_) in array_remove() function