Why are typedef names in the same name space as variable names?

Henry Spencer henry at utzoo.UUCP
Fri Dec 5 04:34:20 AEST 1986


> ...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



More information about the Comp.lang.c mailing list