linecounter.tgz

Uploaded: 06 Jul, 2006
Previous uploads by this submitter: 0

Author: Darien & Dan Kozak

Downloads: 96

This snippet is a script, designed for line counting your source-code which is always a good idea. It will list all line-counts, count the exact amount of code, whitespace, comments, preprocessor functions, the works. Do enjoy. To use this code, you will have to edit the function command to reflect your location for the count/lines function, to execute the counter, simply do a ./count ../src/* That will count all .c and .h files, you may have to alter this for your mud if the c/h are broken into seperate directories.

This code was originaly by Dan Kozak, updated ofcourse, by me.