Path: utzoo!utgpu!watserv1!watmath!att!rutgers!cs.utexas.edu!uunet!mcsun!ukc!edcastle!expc66 From: expc66@castle.ed.ac.uk (Ulf Dahlen) Newsgroups: comp.unix.questions Subject: ANSI C -> C function arguments declaration Message-ID: <5179@castle.ed.ac.uk> Date: 16 Jul 90 15:05:11 GMT Reply-To: expc66@castle.ed.ac.uk (Ulf Dahlen) Organization: Edinburgh University Computing Service Lines: 11 Is there a program/script that converts ANSI-style C function arguments declaration to old style declaration? double foo(long x, double y) -> double foo(x, y) long x; double y; --Ulf Dahlen Linkoping University, Sweden uda@ida.liu.se