exit()
Features
This function terminates the currently running program.
Return
Value | Description |
---|---|
0 | Success |
Exception
Exception | Description |
---|---|
DR_Error (DR_ERROR_RUNTIME) | C extension module error occurred |
Example
exit()
This function terminates the currently running program.
Value | Description |
---|---|
0 | Success |
Exception | Description |
---|---|
DR_Error (DR_ERROR_RUNTIME) | C extension module error occurred |
exit()