#include int i=0; void other(void) { i++; printf("other_i = %d\n", i); }