PJLIB Array helper.
More...
Go to the source code of this file.
|
void | pj_array_insert (void *array, unsigned elem_size, unsigned count, unsigned pos, const void *value) |
|
void | pj_array_erase (void *array, unsigned elem_size, unsigned count, unsigned pos) |
|
pj_status_t | pj_array_find (const void *array, unsigned elem_size, unsigned count, pj_status_t(*matching)(const void *value), void **result) |
|