File: rmccmt.1

package info (click to toggle)
liwc 1.20-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 92 kB
  • ctags: 82
  • sloc: ansic: 421; makefile: 56; sh: 1
file content (14 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.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.