PR_ProcessExit¶
Causes an immediate, nongraceful, forced termination of the process.
Syntax¶
#include <prinit.h>
void PR_ProcessExit(PRIntn status);
Parameter¶
PR_ProcessExit has one parameter:
- status
The exit status code of the process.
Causes an immediate, nongraceful, forced termination of the process.
#include <prinit.h>
void PR_ProcessExit(PRIntn status);
PR_ProcessExit has one parameter:
The exit status code of the process.