[comp.lang.c] ansi C --> old style c converter - info wanted
lewicki@beach.csulb.edu (Dave Lewicki) (06/28/91)
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.