Quote:
> I'm looking for a tool that will take C source code and generate a flow
> chart diagram. Anyone know if such a thing exists?
I don't know about that. But there are documentation tools, which create
documentation from your code. Doxygen is one of such tools, it supports C.
Such tools can create HTML files from your code which make it possible to
browse through your code. Look at this site for Doxygen:
http://www.stack.nl/~dimitri/doxygen/
Also try Google to search for reverse engineering tools or code
documentation tools.
Regards,
Nathan