\". 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 CCMTCNVT 1 .SH NAME ccmtcnvt \- convert C++ comments to C comments .SH SYNOPSIS ccmtcnvt [-hv] [--help] [--version] [file ...] .SH "DESCRIPTION" This program converts the C++ style comments into traditional C style comments. C++ allows comments of that begin with `//' and end with the next newline, but they weren't introduced to the C language until the 1999 version of the C standard. Some C compilers alre3ady accept these, but for those who don't, you can use this utility to convert them. .SH BUGS ccmtcnvt assumes that the input is syntactically correct C code (except for the comments). .SH AUTHOR Lars Wirzenius, liw@iki.fi.