Path: utzoo!utgpu!watserv1!watmath!att!rutgers!uwm.edu!rpi!dali.cs.montana.edu!uakari.primate.wisc.edu!sdd.hp.com!usc!elroy.jpl.nasa.gov!jarthur!uunet!mcsun!ukc!edcastle!expc66 From: expc66@castle.ed.ac.uk (Ulf Dahlen) Newsgroups: comp.lang.c Subject: ANSI C -> C function arguments declaration Message-ID: <5180@castle.ed.ac.uk> Date: 16 Jul 90 15:08:14 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