foo.c   [plain text]



extern void good();

void foo() 
{
	good();
}

void loadme()
{
//	foo();
}