OMexit


Synopsis


void  OMexit (
int  status  );

Description

OMexit exits the currently executing process using the exit system call. If you want to cause the main process to exit from an external process, see OMprocess_exit .

Arguments

status

An exit status for this process to pass to the exit system call.

See also

•      OMprocess_exit