ack/mach/sparc_solaris/libsys/exit.c

6 lines
36 B
C
Raw Normal View History

1993-10-06 17:04:49 +00:00
exit(n)
{
_cleanup();
_exit(n);
}