codetag_iterator
struct codetag_iterator;
struct codetag_iterator codetag_get_ct_iter(struct codetag_type *cttype);
struct codetag *codetag_next_ct(struct codetag_iterator *iter);
struct codetag_iterator iter;
struct codetag_iterator iter;
struct codetag_iterator codetag_get_ct_iter(struct codetag_type *cttype)
struct codetag_iterator iter = {
struct codetag *get_next_module_ct(struct codetag_iterator *iter)
struct codetag *codetag_next_ct(struct codetag_iterator *iter)