by marvinr
C2html is a program which converts C source files to highlighted html-files. The produced html-files can be used for i.e. technical manuals. The highlighted source code is much easier to read.
Changed the code according to the suggestions of David Ireland:
1. You should change the tag in write_end_tag to be at the end so the final file becomes valid HTML
// Move this....
// fputs ("", output_file);
if ...
Changed the code according to the suggestions of David Ireland:
1. You should change the tag in write_end_tag to be at the end so the final file becomes valid HTML
// Move this....
// fputs ("", output_file);
if ...
marvinr commented on the gcc with -Wall (gcc -I. -O3 -Wall) artifact
mchirico created the gcc with -Wall (gcc -I. -O3 -Wall) artifact
The first version of c2html released. The version is called a bta version, because it's only tested by the developer. So it stable. If you discover any bugs, please report them.
Anonymous committed patchset 1 of module CVSROOT to the c2html CVS repository, changing 11 files
Anonymous created the Welcome to Open Discussion forum thread
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use