COHERENT help

This page displays the COHERENT help information for exit.

Listing of available help pages


exit -- Exit from a shell

exit [status]

The previous status is retained if none is specified.  exit sets the status but
does not terminate an interactive shell.  The shell executes exit directly.

exit() -- Terminate a program gracefully

#include <stdlib.h>
void exit(status) int status;