I'm looking for a C code example how to enumerate the fields in a
compound variable.

Like:
compound ex=( field0=aaa field1=bbb field710=AUA context=0xff0a )

Now I need a C loop which returns these values:
key='field0' value='aaa'
key='field1' value='bbb'
key='field710' value='AUA'
key='context' value='0xff0a'

Tina
-- 
Tina Harriott  - Women in Mathematics
Contact: tina.harriott.m...@gmail.com
_______________________________________________
ast-users mailing list
ast-users@lists.research.att.com
http://lists.research.att.com/mailman/listinfo/ast-users

Reply via email to