Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!purdue!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.std.c Subject: Re: gcc 1.35 conflicting types message? Message-ID: <10223@smoke.BRL.MIL> Date: 7 May 89 21:53:14 GMT References: <9101@elsie.UUCP> <8124@june.cs.washington.edu> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 7 In article <8124@june.cs.washington.edu> pardo@uw-june.UUCP (David Keppel) writes: >Now the question: I have asserted several times that you cannot >(portably) call between prototyped and non-prototyped code. Wrong. does require a properly prototype for each variadic function, but otherwise if the argument types agree after default promotion rules are applied, a function can be declared either way.