1move (a, b)
2     char a, b;
3{
4  char s;
5  s = a;
6  if (s)
7    gurka (s);
8  foo (b, a);
9  a = bar ();
10  b = bar ();
11  gra (s);
12}
13