WANTED: "C" code line counter program

Lyle Seaman lws at comm.wang.com
Tue Mar 12 04:28:48 AEST 1991


dcavasso at ntpal.uucp (Dana Cavasso) writes:
>     I need a "C" code line counter program, preferably written in
>"C".  It will be used on several platforms, so solutions involving

Counting semi-colons is a pretty good approach, as that counts C 
statements.  Lines is kind of less meaningful.  Counting '{' is 
an interesting one, too.

-- 
Lyle 	508 967 2322  		"We have had television problems directly
lws at capybara.comm.wang.com 	 attributable to something not understandable"
Wang Labs, Lowell, MA, USA 	 - unnamed believer in poltergeists



More information about the Comp.lang.c mailing list