ansi C --> old style c converter - info wanted

Dave Lewicki lewicki at beach.csulb.edu
Fri Jun 28 13:00:00 AEST 1991


  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. 



More information about the Comp.lang.c mailing list