4 * Copyright (c) Tuomo Valkonen 2005.
6 * You may distribute and modify this library under the terms of either
7 * the Clarified Artistic License or the GNU LGPL, version 2.1 or later.
13 void *iterable_nth(uint n
, VoidIterator
*iter
, void *st
)
28 bool iterable_is_on(void *p
, VoidIterator
*iter
, void *st
)
40 void *iterable_find(BoolFilter
*f
, void *fparam
,
41 VoidIterator
*iter
, void *st
)