ack/mach/vax4/libsysV_2/exit.c
1987-02-02 16:06:51 +00:00

2 lines
34 B
C

exit(n) { _cleanup(); _exit(n); }