Xref: utzoo comp.std.c:1237 comp.lang.c:19074 Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!kddlab!icot32!nttlab!gama!etlcom!titcca!sragwa!wsgw!socslgw!diamond!diamond From: diamond@diamond.csl.sony.junet (Norman Diamond) Newsgroups: comp.std.c,comp.lang.c Subject: Re: ANSI <--> K&R conversion utilities -- WANTED Message-ID: <10306@socslgw.csl.sony.JUNET> Date: 31 May 89 02:49:05 GMT References: Sender: news@csl.sony.JUNET Reply-To: diamond@csl.sony.junet (Norman Diamond) Followup-To: comp.std.c Organization: Sony Computer Science Laboratory Inc., Tokyo, Japan Lines: 16 In article cline@sun.soe.clarkson.edu (Marshall Cline) writes: >What I'd really like is a real program that filters a K&R >module and spits out an ANSI module (and another filter for the vise versa >operation). ..., including: >(1) Convert between K&R & ANSI prototypes in function _DEFINITIONS_. Ex: > ANSI: double myfunct(int i, int j) {... > K&R: double myfunct(i, j) {int i, j; ... Even better would be to get the K&R syntax right ;-> -- Norman Diamond, Sony Computer Science Lab (diamond%csl.sony.co.jp@relay.cs.net) The above opinions are my own. | Why are programmers criticized for If they're also your opinions, | re-implementing the wheel, when car you're infringing my copyright. | manufacturers are praised for it?