ack/mach/vax4/libbsd4_1a/exit.c
1986-12-16 10:23:21 +00:00

6 lines
44 B
C

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