1cp if1.c overin.c 2unifdef -DFOO=1 -DFOOB=42 -UBAR -ooverin.c <overin.c 3e=$? 4cat overin.c 5rm overin.c 6exit $e 7