If I have a source.c file and it uses a structure like
struct a { int i; struct b { ...
I have a twenty year old legacy application and want to connect it to a web front end. I need to pass a rather large deeply nested data structure that ...