1 2 3 4 5 6 7 8 9 10 11
omit (a, b) char a; char *b; { char x; int i; x = *b; b[1] = x; foo ((int)x); return x + 1; }