Torsten Mohr
Sun, 30 Jun 2002 11:44:43 -0700
> Yes, you can use splint to find unused global functions. If you check > complete programs use the +topuse flag. See > http://www.splint.org/manual/html/sec13.html for details. > > Splint doesn't produce call trees, but +show-all-uses will display > information where all external identifiers are used. Great, thanks for that hint. Regards, Torsten.