summary of C-standards workshop at Usenix

Spencer W. Thomas thomas at utah-gr.UUCP
Tue Jul 10 02:37:20 AEST 1984


I think, Doug, you are missing the point here.  The form

int foo(void,);

is the EXTERNAL declaration form.  The form of declaration at the point of
definition is not being changed.

=Spencer



More information about the Comp.lang.c mailing list