Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!uunet!munnari.oz.au!bruce!goanna!ok From: ok@goanna.cs.rmit.oz.au (Richard A. O'Keefe) Newsgroups: comp.lang.c Subject: Re: Call Graph Constructor for c Message-ID: <6469@goanna.cs.rmit.oz.au> Date: 24 Jun 91 07:56:23 GMT References: <13566@pt.cs.cmu.edu> Organization: Comp Sci, RMIT, Melbourne, Australia Lines: 9 In article <13566@pt.cs.cmu.edu>, eak@a.gp.cs.cmu.edu (Eric Kades) writes: > I could really use a tool that, in one form or another, constructs the > call graph between functions from C source code. If you have access to a UNIX System V, look for 'cflow' in the manual. I've heard of one PD version, but don't remember the name. -- I agree with Jim Giles about many of the deficiencies of present UNIX.