Hello,
I need some help with locating some software (if it exists).
I have a lot of C source code in various source files, which bound
together makes a object. I need a tool that will take this source code
and produce a flow chart type print out. It can either be in graphical
form, or (more useful to me) in text output.
The list would show a list of procedures and in turn which procedures
they call indented into the text eg.:
main()
screen_routine();
init_screen();
screen_on();
print_routine();
format_string();
print_screen();
goodbye_routine();
return 0;
etc.
I don't mind the tool being either Windows or UNIX compatible, but it
should be easy to use.
Please can you mail any replies directly back to me.
Thanks in advance.
Al.