Li-Fan Chen says to YSITD
int a = 0; function f(){ a++; return a; } function g(){ a--; return a; }