ANSI <--> K&R conversion utilities -- WANTED

Norman Diamond diamond at diamond.csl.sony.junet
Wed May 31 12:49:05 AEST 1989


In article <CLINE.89May29171059 at sun.soe.clarkson.edu> cline at 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 at 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?



More information about the Comp.std.c mailing list