Home
last modified time | relevance | path

Searched refs:array_remove (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/libexec/tradcpp/
H A Darray.h67 void array_remove(struct array *a, unsigned index_);
249 array_remove(&a->arr, index_); \
H A Darray.c105 array_remove(struct array *a, unsigned index_) in array_remove() function