Functions§
- Exits the current thread, setting
val
as the exit code. - Exits the current process, setting
val
as the exit code. - Exits the process, setting
val & 0xff
as the exit code. - Exits the current thread, setting
val & 0xff
as the exit code.
val
as the exit code.val
as the exit code.val & 0xff
as the exit code.val & 0xff
as the exit code.