Go to the previous, next section.
void _exit(int status)
status: [in] the exit code of the dying task.
This system call terminates the calling task immediately.
Never returns.