]> git.cworth.org Git - wordgame/commit
dict: Add dict_for_each functions
authorCarl Worth <cworth@cworth.org>
Mon, 18 Dec 2006 05:38:43 +0000 (21:38 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 18 Dec 2006 05:38:43 +0000 (21:38 -0800)
commita5187a6b925208af24014e40290f323f8ecd9be7
treecdc607e9f33bd12871da905b28122e8c906c47fa
parentbcb2db8e93ce94b662e7118b92230c6eb749ee22
dict: Add dict_for_each functions

These new functions allow the caller to pass a callback to act on
all entries within a dictionary.
dict.c
dict.h