Home
last modified time | relevance | path

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

/netbsd/src/games/sail/
Darray.h60 void array_remove(struct array *a, unsigned index_);
227 return array_remove(&a->arr, index_); \
Darray.c109 array_remove(struct array *a, unsigned index_) in array_remove() function