
C source code tool wanted
Quote:
> I am looking for a C source code formatter that will remove all
> comments. Since there
> are many source code formatting programs available, I thought that this
> program may
> be out there somewhere. The target platform is Unix, so if the source
> to the program
> is available, I can make it work.
Try the preprocessor :) Most compilers have a switch that when used will
output the preprocessed code withouth comments and otherwise with all
the inclusions being less readable. YMMV.
AriL
--
*DO NOT* send me email unless I ask you to.
I read the answers where I ask the questions.
This may also help some other people.