Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 (Tek) 9/26/83; site tekecs.UUCP Path: utzoo!linus!decvax!tektronix!orca!tekecs!joemu From: joemu@tekecs.UUCP (Joe Mueller) Newsgroups: net.lang.c Subject: Re: typedef's & cc Message-ID: <4168@tekecs.UUCP> Date: Thu, 15-Nov-84 22:04:44 EST Article-I.D.: tekecs.4168 Posted: Thu Nov 15 22:04:44 1984 Date-Received: Sat, 17-Nov-84 03:26:18 EST References: <5729@brl-tgr.ARPA> Organization: Tektronix, Wilsonville OR Lines: 6 > Typedefs are not scoped. They define synonyms for (possibly complicated) > data types. After "typedef int foo;", "foo" is just like "int". Sorry Doug, typedefs are scoped but most pcc compilers botch the handling of them. See K&R pp206 on scoping.