_parameters
Doug Gwyn
gwyn at smoke.BRL.MIL
Fri Dec 1 11:30:03 AEST 1989
In various recent articles:
>What about the library prototypes that are coded "int foo( int x, int y )"
>when they should be "int foo( int __x, int __y )"?
It may be worth reminding people that the parameter identifiers are
optional, so one could specify:
int foo( int, int );
By the way, there IS a prohibition against the program redefining
keywords before including standard headers.
More information about the Comp.std.c
mailing list