exits
Function parameters
Parameters
- status:?[*:0]const u8
Ported from /sys/include/ape/errno.h
Types
Gets whatever the last errstr was
Functions
= 0
Values
- STDIN_FILENO
- = 0
- PATH_MAX
- = 1023
- ERRMAX
- = 128
Source
Implementation
pub fn exits(status: ?[*:0]const u8) noreturn {
_ = syscall_bits.syscall1(.EXITS, if (status) |s| @intFromPtr(s) else 0);
unreachable;
}