To get a current line count (not entirely meaningful, but interesting to me:
find . -name \*.\[ch\] | grep -v SCCS | grep -v \.del- | xargs wc -l
