Skip to content

Instantly share code, notes, and snippets.

@antirez
Created December 19, 2014 22:51
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antirez/883ac85fa9d9fa80f74a to your computer and use it in GitHub Desktop.
Save antirez/883ac85fa9d9fa80f74a to your computer and use it in GitHub Desktop.
dictForeach(d,entry)
printf("%s -> %s\n", dictGetKey(entry), dictGetVal(entry));
dictForeach(d2,entry2)
printf("* %s\n", dictGetKey(entry2));
dictEnd
dictEnd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment