terminates the process and returns the specified exit-code
None
This function does not return and therefor returns no results.
This function must be called with I/O-access rights.
It cleanly shuts down the runtime system and terminates the process.
std::exit | terminates the current program or task |
std::EXIT_SUCCESS | status code for successful termination |
std::EXIT_FAILURE | status code for unsuccessful termination |
std::debug_exit |