Re: [OT] Tool to convert src code to flowchart

From: Danny MacMillan (flowers_at_users.sourceforge.net)
Date: 04/30/04

  • Next message: whitevamp: "Re: X-Server"
    Date: Fri, 30 Apr 2004 12:09:09 -0600
    To: "Pranav A. Desai" <pdesai1@cs.uh.edu>, Roop Nanuwa <roop.nanuwa@gmail.com>
    
    

    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
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    

  • Next message: whitevamp: "Re: X-Server"

    Relevant Pages