Forward Referencing of Static Variables OK?

Eugene D. Brooks III brooks at lll-crg.ARpA
Sun Oct 6 04:49:28 AEST 1985


extern int thing;

static int thing = 3;

main()
{
	int thing = 5;
}

Where is the ambiguity now?



More information about the Comp.lang.c mailing list