ack/mach/sun2/libsys/exit.c

6 lines
36 B
C
Raw Normal View History

1987-03-03 09:37:26 +00:00
exit(n)
{
_cleanup();
_exit(n);
}