typedef names in parameter lists

Doug Gwyn gwyn at smoke.BRL.MIL
Thu Nov 16 05:56:22 AEST 1989


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.



More information about the Comp.std.c mailing list