1 2 3 4 5 6 7 8 9 10 11 12
struct foo; struct sub_foo { int sub_1; char *sub_2; }; struct foo *GetMeAFoo(); struct sub_foo *GetMeASubFoo (struct foo *in_foo);