Xref: utzoo comp.sources.wanted:10428 comp.lang.c:25694 Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!snorkelwacker!bloom-beacon!eru!luth!sunic!spocm2!spodv2!mni From: mni@spodv2.UUCP (Mats Nilsson) Newsgroups: comp.sources.wanted,comp.lang.c Subject: Re: Function Hierarchy Summary: Get the function hierarchy with cflow(1), UNIX System V Message-ID: <160@spodv2.UUCP> Date: 5 Feb 90 09:46:43 GMT References: <2629@stl.stc.co.uk> Organization: Philips TDS, Stockholm, Sweden Lines: 17 In article <2629@stl.stc.co.uk>, dsr@stl.stc.co.uk (David Riches) writes: > I'm looking for a package/tool which, given a set of C files, will > produce an output which describes the hierarchy of the files. > ... > And so on. It would be nice if it could list the hierarchy in a > number of different ways, e.g. show variables, not show system calls > etc. Why not try cflow(1), read man cflow for details. I'm not sure whether you can skip the system calls, but I usually redirect the output to a file and then edit away the unecessary details. Remember to give path names (-I...) to all include files to get it right. It is possible to give wildcards in file specifications. /Mats Nilsson, AF-Mandator Teknik AB PS. I'm just hired by Philips.