In article <24050 at cup.portal.com> pkturner at 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.