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