RMCCMT(1) General Commands Manual RMCCMT(1)NAMErmccmt - remove comments from C and C++ programsSYNOPSISrmccmt [-n] [-c] [file ...]DESCRIPTIONThis program removes comments from C source code, both traditional and C++ style comments. Each traditional comment is replaced with one space, and C++ style comment is replaced with a newline. With the `-n' option, newlines inside traditional C comments are kept. With the '-c' option, code is removed and comments kept.AUTHORLars Wirzenius, liw@iki.fi. RMCCMT(1)