Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!henry From: henry@utzoo.UUCP (Henry Spencer) Newsgroups: comp.lang.c Subject: Re: Why are typedef names in the same name space as variable names? Message-ID: <7374@utzoo.UUCP> Date: Thu, 4-Dec-86 13:34:20 EST Article-I.D.: utzoo.7374 Posted: Thu Dec 4 13:34:20 1986 Date-Received: Thu, 4-Dec-86 13:34:20 EST References: <1092@spice.cs.cmu.edu> <307@cartan.Berkeley.EDU>, <1063@ihdev.UUCP> Organization: U of Toronto Zoology Lines: 9 > ...default sc-specifiers are assigned. K&R state that the default is auto > inside a function and *extern* outside. It seems to be *static* in most > C implementations these days. Can you name a few? Extern is the way it has always been in C; compilers which default to static are broken. (Please don't cite C++, that isn't C.) -- Henry Spencer @ U of Toronto Zoology {allegra,ihnp4,decvax,pyramid}!utzoo!henry