void _exit( int status );
NONE
The _exit()
function terminates the calling process.
In RTEMS, a process is equivalent to the entire application on a single processor. Invoking this service terminates the application.
Copyright © 1988-2008 OAR Corporation