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.

Document Tags and Contributors

 Contributors to this page: teoli, alecananian
 Last updated by: teoli,