
Listing 7:
test()
{
	static int testcalled = 0;
	testcalled++;
	return(testcalled);
}

