ack/util/cmisc/cclash.1
1987-03-11 13:56:17 +00:00

26 lines
622 B
Groff

.TH CCLASH 1ACK
.ad
.SH NAME
cclash \- report clashing identifiers in C-programs
.SH SYNOPSIS
.B cclash [ -l<length> ] [ -c | -m ]
[ file ... ]
.SH DESCRIPTION
.I Cclash
prints all identifiers that don't differ in the first <length> characters.
The default value for <length> is 8.
.PP
The
.B -m
option indicates that #define's must be generated for clashing identifiers.
This is of course only useful if your preprocessor can distinguish between
them.
.PP
The
.B -c
option indicates that a oldname=newname line must be generated for each
clashing identifier. This is useful input for
.IR cid (1).
.SH "SEE ALSO"
cid(1)