Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!shadooby!accuvax.nwu.edu!tank!mimsy!chris From: chris@mimsy.UUCP (Chris Torek) Newsgroups: comp.lang.c Subject: Re: What is the scope of 'typedef'? Keywords: guess Message-ID: <17055@mimsy.UUCP> Date: 22 Apr 89 14:34:20 GMT References: <1777@leah.Albany.Edu> Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 11 The scope of typedefs is the same as that of any other identifier: f() { typedef int foo; ... } /* foo is no longer a typedef */ -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163) Domain: chris@mimsy.umd.edu Path: uunet!mimsy!chris