Man page - rmccmt(1)

Packages contains this manual

Manual

RMCCMT

NAME
SYNOPSIS
DESCRIPTION
AUTHOR

NAME

rmccmt - remove comments from C and C++ programs

SYNOPSIS

rmccmt [-n] [-c] [file ...]

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.

AUTHOR

Lars Wirzenius, liw@iki.fi.