Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!cica!tut.cis.ohio-state.edu!purdue!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.std.c Subject: Re: Interpretation needed Re: function prototypes Message-ID: <10494@smoke.BRL.MIL> Date: 6 Jul 89 16:56:51 GMT References: <12570014@hpclscu.HP.COM> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 8 In article <12570014@hpclscu.HP.COM> shankar@hpclscu.HP.COM (Shankar Unni) writes: >The debate is whether the parenthesized sentences (especially the one marked >with "->") apply only to the last combination, or to all three. All of them, of course. That paragraph is specifying what it takes for function interfaces to have compatible types, and the parenthetical clarifies some aspects of parameter type compatibility, which is a subissue within the more general function type compatibility issue.