Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Apr 2004 12:09:09 -0600
From:      Danny MacMillan <flowers@users.sourceforge.net>
To:        "Pranav A. Desai" <pdesai1@cs.uh.edu>, Roop Nanuwa <roop.nanuwa@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: [OT] Tool to convert src code to flowchart
Message-ID:  <opr697djlrrcgix0@shawmail>
In-Reply-To: <Pine.GSO.4.33.0404291725150.13202-100000@themis.cs.uh.edu>
References:  <Pine.GSO.4.33.0404291725150.13202-100000@themis.cs.uh.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 29 Apr 2004 17:30:35 -0500 (CDT), Pranav A. Desai 
<pdesai1@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



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