Man page - ccmtcnvt(1)
Packages contains this manual
Manual
CCMTCNVT
NAMESYNOPSIS
DESCRIPTION
BUGS
AUTHOR
NAME
ccmtcnvt - convert C++ comments to C comments
SYNOPSIS
ccmtcnvt [-hv] [--help] [--version] [file ...]
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.
BUGS
ccmtcnvt assumes that the input is syntactically correct C code (except for the comments).
AUTHOR
Lars Wirzenius, liw@iki.fi.