From henryg@tusc.com.au Fri Nov  4 01:36:56 MST 1994
Article: 20750 of comp.unix.shell
Path: mnemosyne.cs.du.edu!spool.mu.edu!howland.reston.ans.net!vixen.cso.uiuc.edu!uwm.edu!msuinfo!harbinger.cc.monash.edu.au!aggedor.rmit.EDU.AU!goanna.cs.rmit.oz.au!jacana.tusc.com.au!henryg
From: henryg@tusc.com.au (Henry Guillaume)
Newsgroups: comp.unix.programmer,comp.unix.shell,comp.lang.c++,comp.lang.c,comp.lang.perl
Subject: Re: Lines of Code Program needed
Date: 31 Oct 1994 04:17:00 GMT
Organization: TUSC Computer Systems
Lines: 788
Message-ID: <HENRYG.94Oct31151700@ephor.tusc.com.au>
References: <CyDx9s.EyI@news.ess.harris.com> <38rrr7$n95@tadpole.fc.hp.com>
    <38usgu$m6n@blackice.winternet.com> <CyIJC0.Fqw@boulder.parcplace.com>
NNTP-Posting-Host: ephor.tusc.com.au
In-reply-to: imp@boulder.parcplace.com's message of Mon, 31 Oct 1994 01:11:59 GMT
Xref: mnemosyne.cs.du.edu comp.unix.programmer:23637 comp.unix.shell:20750 comp.lang.c++:86034 comp.lang.c:80939 comp.lang.perl:34789


We use clc, which is included hereafter. Make with 'cc -O clc.c -o clc'.
It copes with all sorts of languages, inluding C, C++, Bourne shell, Pascal,
Makefiles and some assembly code on HPs. It produces the following output:

                Total   Code    Blank   Comment In-line  Percent
                Lines   Lines   Lines   Lines   Comments Comments
src/foo.cc      109     39      41      29      0        42.6
src/zap.cc      31      23      7       1       0         4.2
src/foo.hh      98      23      44      31      1        58.2
src/odb.hh      190     76      70      44      0        36.7
                -------------------------------------------------
Total           428     161     162     105     1        39.7
                -------------------------------------------------

Henry
--
day  : henryg@tusc.com.au
night: henry@qbd.com.au


==== snip-snip > clc.c ====

