bar.c   [plain text]



int bar = 0;

void altSecondInit()
{
	bar = 1;
}