c_count counts lines, statements, other simple measures of C/C++ source programs. It isn't lex/yacc based, and is easily portable to a variety of systems.
c_count counts lines, statements, other simple measures of C/C++ source programs. It isn't lex/yacc based, and is easily portable to a variety of systems.
To install c_count, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install c_count
To see what files were installed by c_count, run:
port contents c_count
To later upgrade c_count, run:
sudo port selfupdate && sudo port upgrade c_count
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.