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. Examples none. See Also OMprocess_exit
void OMexit (int status );