ANSI C -> C function arguments declaration

Ulf Dahlen expc66 at castle.ed.ac.uk
Tue Jul 17 01:08:14 AEST 1990


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 at ida.liu.se



More information about the Comp.lang.c mailing list