[comp.sources.wanted] A Program to Convert ANSI C

evtracy@sdrc.UUCP (Tracy Schuhwerk) (03/23/90)

  I am desperately looking for a progam that will convert ANSI standard C
function declairations (ie: int foo(float x) ) to old style C function
declairations (ie int foo(x)
                  float x;  )

Anyone have such a beast?  I really don't want to spend the time writing
a parser to do this unless it is completely necessary (Sun doesn't seem to
support functions prototypes or ANSI function declairations).  Why reinvent
the Wheel eh?

If the program would also remove/convert functions prototypes to the old
C standard that would be incredible!

Thanks in Advance

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
_______________     /        /                    /  | UUNET:
   /    (___    _  /_       /_          _   __   /_/ | uunet!sdrc!evtracy
  / .  _____)__(__/ /__/_/_/ /__/_/_/__(/__/ (__/ \  +------------------- 
    Mobius Recursive Software - Making Yesterday's Tomorrows Today(tm)
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=