Guest User

Untitled

a guest
Jun 19th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. as_hashmap_iterator it;
  2. as_hashmap_iterator_init(&it, &map);
  3. while ( as_hashmap_iterator_has_next(&it) )
  4. {
  5. const as_val * val = as_hashmap_iterator_next(&it);
  6. }
Add Comment
Please, Sign In to add comment