c2html converts C source files to highlighted html
c2html is a program which converts C source files to highlighted html files. The produced file can be used for creating technical manuals. A highlighted source code listing is usually much easier to read.
c2html is a program which converts C source files to highlighted html files. The produced file can be used for creating technical manuals. A highlighted source code listing is usually much easier to read.
To install c2html, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install c2html
To see what files were installed by c2html, run:
port contents c2html
To later upgrade c2html, run:
sudo port selfupdate && sudo port upgrade c2html
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.