[OT] Tool to convert src code to flowchart
Pranav A. Desai
pdesai1 at cs.uh.edu
Fri Apr 30 13:11:48 PDT 2004
Hi!
> I believe that's called a call graph. A flowchart is something else
> entirely.
I guess thats why I wasn't getting good results on Google.
But cflow works great for me! ... especially with the cflow2vcg package.
Thanks Roop!
-Pranav.
*******************************************************************
Pranav A. Desai
On Fri, 30 Apr 2004, Danny MacMillan wrote:
> On Thu, 29 Apr 2004 17:30:35 -0500 (CDT), Pranav A. Desai
> <pdesai1 at cs.uh.edu> wrote:
>
> > Hi!
> > I need it for C. The chart can be ascii.
> > E.g.
> > main.c
> > ------
> > main(){
> > A();
> > B();
> > }
> > A.c
> > ---
> > A() {
> > C();
> > }
> > will be:
> > main -> A
> > | |-> C
> > |
> > -> B
> > etc.
>
> I believe that's called a call graph. A flowchart is something else
> entirely.
>
> --
> Danny
>
More information about the freebsd-questions
mailing list