Module Name: src
Committed By: explorer
Date: Sat Feb 13 15:53:17 UTC 1999
Modified Files:
src/usr.bin/wc: wc.c
Log Message:
use u_int64_t for line, word, and character counts. It bothers me to see wc -c
return -2146435072 characters for files > 2G.