Function type compatibility and the ellipsis

Doug Gwyn gwyn at smoke.brl.mil
Sat Feb 9 21:10:46 AEST 1991


In article <947 at edg1.UUCP> jsa at edg1.UUCP (J. Stephen Adamczyk) writes:
>int f(int a, ...);
>int f(a) int a; { return 0; }

Since they disagree in the use of ellipsis, 3.5.4.3 says they're
incompatible.



More information about the Comp.std.c mailing list