__noreturn void _Exit(int exit_code);
_Exit returns to the startup code and performs the appropriate cleanup process.