Function: SB-SYS:OS-EXIT

package type github

Exit the process with CODE. If ABORT is true, exit is performed using _exit(2), avoiding atexit(3) hooks, etc. Otherwise exit(2) is called.

Lambda list

(sb-unix::code &key abort)