Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!clyde.concordia.ca!nstn.ns.ca!news.cs.indiana.edu!noose.ecn.purdue.edu!mentor.cc.purdue.edu!purdue!haven!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.std.c Subject: Re: Function type compatibility and the ellipsis Message-ID: <15144@smoke.brl.mil> Date: 9 Feb 91 10:10:46 GMT References: <947@edg1.UUCP> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 6 In article <947@edg1.UUCP> jsa@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.