struct child_t { char type[10]; }; struct parent_t { char type[10]; struct * child_t child; };