[OT] Tool to convert src code to flowchart

Danny MacMillan flowers at users.sourceforge.net
Fri Apr 30 11:13:25 PDT 2004


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