// file 2
extern int aaa;

int lower(void)
{
  int bbb;
  aaa++;
  ...
}