Xref: utzoo comp.lang.c:32810 comp.unix.misc:307 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!samsung!munnari.oz.au!bruce!alanf From: alanf@bruce.cs.monash.OZ.AU (Alan Grant Finlay) Newsgroups: comp.lang.c,comp.unix.misc Subject: Prototyped C to old style C, converter wanted. Keywords: awk Message-ID: <3182@bruce.cs.monash.OZ.AU> Date: 12 Oct 90 08:45:57 GMT Organization: Monash Uni. Computer Science, Australia Lines: 7 Does anyone have an awk script or program to convert C with Prototypes to the old fashioned style C or know where one is available? The reverse transformation would be handy too but not as important for me. Please don't suggest I use macros which can produce both styles, such code is too ugly to contemplate.