|
Simple data structures / objects in plain C Snapshot
|
#include <cutils/array.h>Go to the source code of this file.
Functions | |
| static int | ARRAY_grow_default (ARRAY *arr, size_t request_size) |
| int | ARRAY_insert_at (ARRAY *arr, size_t index, void *elm, size_t elmsize) |
| int | ARRAY_set_at (ARRAY *arr, size_t index, void *elm, size_t elmsize) |
1.7.4