extern int variable; #include void Foo(void) { variable *= 9; } void Bar(void) { variable /= 9; variable *= 7; }