2
votes
2answers
168 views
Merging C Callergraphs with Doxygen or determining union of all calls
I have a collection of legacy C code which I'm refactoring to split the C computational code from the GUI. This is complicated by the heavily recursive mathematical core code being K&R style …
