Hi all: I do habe C structs lile these: struct a_struct { int a; }; struct b_struct { int b; struct a_struct a; }; How would I model b_struct using defcstruct ? Thx for any hints! Regards, Frank