File: ccmtcnvt.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 (17 lines) | stat: -rw-r--r-- 638 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.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.