create
Function parameters
Parameters
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 create(path: [*:0]const u8, omode: mode_t, perms: usize) usize {
return syscall_bits.syscall3(.CREATE, @intFromPtr(path), @bitCast(@as(isize, omode)), perms);
}