Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!decwrl!csus.edu!beach.csulb.edu!lewicki From: lewicki@beach.csulb.edu (Dave Lewicki) Newsgroups: comp.lang.c Subject: ansi C --> old style c converter - info wanted Message-ID: <1991Jun28.030000.25856@beach.csulb.edu> Date: 28 Jun 91 03:00:00 GMT Sender: lewicki@beach.csulb.edu (Dave Lewicki) Distribution: na Organization: Cal State Long Beach Lines: 9 Are there any programs out there that will convert source from ansi C to old style C? ie.: void foo(int v1, float v2) {... ==>> void foo (v1, v2) int v1; float v2 {.... thanks in advance, D.L.