ack/mach/vax4/libsysV_2/exit.c

2 lines
34 B
C
Raw Normal View History

1987-02-02 16:06:51 +00:00
exit(n) { _cleanup(); _exit(n); }