summaryrefslogtreecommitdiff
path: root/doc/ansi2knr.1
blob: d52e74350109a0601875cbe2110b027e3e260e8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.TH ANSI2KNR 1 "31 December 1990" 
.SH NAME
ansi2knr \- convert ANSI C to Kernighan & Ritchie C
.SH SYNOPSIS
.I ansi2knr
input_file output_file
.SH DESCRIPTION
If no output_file is supplied, output goes to stdout.
.br
There are no error messages.
.sp
.I ansi2knr
recognizes functions by seeing a non-keyword identifier at the left margin, followed by a left parenthesis, with a right parenthesis as the last character on the line.  It will recognize a multi-line header if the last character on each line but the last is a left parenthesis or comma.  These algorithms ignore whitespace and comments, except that the function name must be the first thing on the line.
.sp
The following constructs will confuse it:
.br
     - Any other construct that starts at the left margin and follows the above syntax (such as a macro or function call).
.br
     - Macros that tinker with the syntax of the function header.
.SH REPORTING BUGS
Report bugs to <bug-gnu-utils@gnu.org>.  Please put
.I sharutils
or
.I ansi2knr
in the subject line.  It helps to spot the message.