is "extern" ambiguous

Karlos Mauvtaque kvm at basser.SUN
Thu Apr 12 15:15:38 AEST 1984


<reschs refreshes>

>     IN EITHER CASE I CONCLUDE AND PROPOSE THAT THE CONSTRUCT IS LEGAL C,
>   since at least one standard-conforming C compiler allows it.

So we take all of the bugs in PCC to be legal C?

Try this:

main()
{
	int	(*f)();

	(*f)();
	(**f)();
	f();
	(******f)();
}

What piffle.



More information about the Comp.unix.wizards mailing list