Void _exit(Int code)
Arguments
code: The exit code
Usage
Exits immediately, without calling signal handlers, with the given exit code. An exit code of zero is traditionally used for successful completion.
As with exit, this should not be called in web applications.