Tagged Questions

0
votes
1answer
74 views

Any tools to refactor c structures under a superstructure?

Are there any tools which help manage plain old c structures? I have a number of structures that I would like to refactor under one big happy structure. That is, I currently have: typedef struct ...