char exit2_____[] "~|^`exit2.c: 2.1"; /* Default exit2 routine (called by fatal). */ exit2(code) int code; { exit1(code); }