Searched refs:array_get (Results 1 – 1 of 1) sorted by relevance
55 void *array_get(const struct array *, unsigned index_);76 array_get(const struct array *a, unsigned index_) in array_get() function197 return (T *)array_get(&a->arr, index_); \