Newsgroups: fj.questions.unix
Path: galaxy.trc.rwcp.or.jp!coconuts.jaist!wnoc-tyo-news!unisysgw!mss!lakshmi!lakshmi!tomo
From: tomo@tdc.unisys.co.jp (Tomo Muramatsu)
Subject: [Q] converter K&R to ANSI ?
Message-ID: <1994Nov9.094028.19026@tdc.unisys.co.jp>
Sender: news@tdc.unisys.co.jp
Nntp-Posting-Host: lakshmi
Organization: Nihon Unisys, Ltd., Tokyo, Japan.
X-Newsreader: TIN [version 1.2 PL0]
Date: Wed, 9 Nov 1994 09:40:28 GMT
Lines: 26
Xref: galaxy.trc.rwcp.or.jp fj.questions.unix:4357
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.questions.unix&nb=4357&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

$B=i$a$F$3$N#N#G$K%]%9%H$9$k!"B<>>!wF|K\%f%K%7%9(B $B$G$9!#(B

ANSI-$B#C%9%?%$%k$N4X?tDj5A$G5-=R$7$F$"$k%W%m%0%i%`$r5l<0$N%3%s%Q%$%i$G(B
$B%3%s%Q%$%k$9$kI,MW$KGw$i$l$F$$$^$9!#(B
$B$=$l$G!"0J2<$N$h$&$JJQ49$r$7$F$/$l$k%W%m%0%i%`$rC5$7$F$$$^$9!#(B

    $BJQ49A0(B:

int sub1(int a, char b, char *c) {
....
}

    $BJQ498e(B:

int sub1(a,b,c)
int a;
char b;
char *c;
{
....
}

gcc$B$r0\?"$9$k;v$b9M$($?$N$G$9$,!"%O!<%I%&%'%"L?Na$,0[$J$k$N$G!"%3!<%I(B
$B@8@.It$rA4$FF~$l49$($kI,MW$,$"$j!"$[$H$s$IIT2DG=$G$9!#(B

$B$h$m$7$/$*4j$$$7$^$9!#(B
