Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 2004 17:30:35 -0500 (CDT)
From:      "Pranav A. Desai" <pdesai1@cs.uh.edu>
To:        Roop Nanuwa <roop.nanuwa@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: [OT] Tool to convert src code to flowchart
Message-ID:  <Pine.GSO.4.33.0404291725150.13202-100000@themis.cs.uh.edu>
In-Reply-To: <4DA996D1.2268324D@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 will give cflow a try.

Thanks

*******************************************************************
Pranav A. Desai


On Thu, 29 Apr 2004, Roop Nanuwa wrote:

> On Thu, 29 Apr 2004 17:00:06 -0500 (CDT), Pranav A. Desai
> <pdesai1@cs.uh.edu> wrote:
> >
> > Hi all!
> >
> > Does anyone know of a free tool that can convert src code into simple
> > flowchart. I just need something very basic that just tracks the
> > functions, I dont need conditional statements or anything.
>
> How simple? There is a port called cflow that does something that
> seems to be what you're looking for but it's for C code only. Take a
> look under the ports tree at deve/cflow. Is there a particular
> language you're planning on using this on?
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.33.0404291725150.13202-100000>