ack/mach/xenix3/libsys/exit.c
1987-10-06 16:39:14 +00:00

6 lines
36 B
C

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