#include int y = 99; void foo(int x){ static int count = 0; count += 1; printf("foo(x),count=%d,%d\n",x,count); }