Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!rutgers!ucsd!usc!samsung!rex!ukma!uflorida!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.std.c Subject: Re: typedef names in parameter lists Message-ID: <11603@smoke.BRL.MIL> Date: 15 Nov 89 18:56:22 GMT References: <24050@cup.portal.com> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 8 In article <24050@cup.portal.com> pkturner@cup.portal.com (Prescott K Turner) writes: -Where in the draft C standard does it resolve the meaning of - typedef float X; - int f (const X); -which means that f's parameter is a const float? Check out 3.5.6, Examples, which explains how to apply the notion of typedefs in such a declaration context.