#[no_mangle]
pub extern "C" fn syscreate_file(
path_ptr: StrPtr,
path_len: usize,
) -> SyscallResultExpand description
Creates the file with the path path
path must be valid utf-8
#[no_mangle]
pub extern "C" fn syscreate_file(
path_ptr: StrPtr,
path_len: usize,
) -> SyscallResultCreates the file with the path path
path must be valid utf-8