Next: Associative lists, Previous: argcv, Up: The Libdico Library [Contents][Index]
Editor’s note:
The information in this node may be obsolete or otherwise inaccurate. This message will disappear, once this node revised. |
typedef int (*dico_list_iterator_t)(void *item, void *data);
typedef int (*dico_list_comp_t)(const void *, const void *);
Next: Associative lists, Previous: argcv, Up: The Libdico Library [Contents][Index]