Go to the previous, next section.

_exit

SYNOPSIS

void _exit(int status)

PARAMETERS

status: [in] the exit code of the dying task.

DESCRIPTION

This system call terminates the calling task immediately.

RETURN VALUE

Never returns.

Go to the previous, next section.