O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
Loading...
Searching...
No Matches
iter.c File Reference

A way to do something on each element of an array in sequence. More...

#include "private.h"
#include "o2s/array.h"

Go to the source code of this file.

Functions

void array_iter (const array_t *self, void(*function)(void *))
 Call function on each element.

Detailed Description

A way to do something on each element of an array in sequence.

Author
Antoine GAGNIERE

Definition in file iter.c.