int aaa; static int bbb; int bias(void) { static int ccc = 0; return ccc++; }