![]() |
O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
|
A way to do something on each element of an array in sequence. More...
Go to the source code of this file.
Functions | |
void | array_iter (const array_t *self, void(*function)(void *)) |
Call function on each element. |
A way to do something on each element of an array in sequence.
Definition in file iter.c.