Download Latest Version schily-2021-09-18.tar.bz2 (5.0 MB)
Email in envelope

Get an email when there's a new version of Schily Tools

Home / calltree
Name Modified Size InfoDownloads / Week
Parent folder
calltree-2.3.tar.bz2 2004-01-26 244.0 kB
AN-2.3 2004-01-26 516 Bytes
calltree-2.2.tar.gz 2003-02-16 285.2 kB
AN-2.2 2003-02-16 301 Bytes
calltree-2.1.tar.gz 2001-04-28 248.6 kB
00INDEX 2001-04-14 223 Bytes
AN-2.1 2001-04-14 145 Bytes
PORTING 2001-04-13 4.4 kB
calltree-2.0.lsm 1999-02-10 672 Bytes
calltree-2.0.tar.gz 1999-01-31 160.7 kB
README 1999-01-31 976 Bytes
Totals: 11 Items   945.6 kB 1
     calltree -	static call tree generator for C programs

     The calltree command parses  a  collection	 of  input  files
     (assuming	C  syntax) and builds a	graph that represents the
     static call structure of these files.

     Calltree  is  similar  to	cflow(1)  but  unlike	cflow(1),
     calltree  is not based on lint(1).	 Calltree implements some
     more functions than cflow(1), but does not	list  the  return
     types of the functions. This is because calltree includes an
     own C parser and thus may be used even on systems that don't
     have lint(1).  The	disadvantage is	that the C parser that is
     used by calltree is not completely	correct	and may	not  find
     all  calls	of a function. This is mainly true for calls that
     are done via function pointers.

     Calltree is able to detect	recursive  function  calls  (e.g.
     functions	that  call themselves).	 Recursive function calls
     are marked	with an	ellipsis in the	output.
Source: README, updated 1999-01-31