\". Part of liwc, a collection of tools for manipulating C source code \". Copyright (c) 1994-2003 Lars Wirzenius \". \". This program is free software; you can redistribute it and/or modify \". it under the terms of the GNU General Public License, version 2, as \". published by the Free Software Foundation. \". \". This program is distributed in the hope that it will be useful, \". but WITHOUT ANY WARRANTY; without even the implied warranty of \". MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \". GNU General Public License for more details. \". \". You should have received a copy of the GNU General Public License along \". with this program; if not, write to the Free Software Foundation, Inc., \". 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. .TH RMCCMT 1 .SH NAME rmccmt \- remove comments from C and C++ programs .SH SYNOPSIS rmccmt [-n] [-c] [file ...] .SH "DESCRIPTION" This 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. .SH AUTHOR Lars Wirzenius, liw@iki.fi.