DoxigAlpha

path_link

Function parameters

Parameters

#
old_path:[*]const u8
old_path_len:usize
new_path:[*]const u8
new_path_len:usize

Type definitions in this namespace

Types

#

Functions in this namespace

Functions

#

= 0

Values

#

Source

Implementation

#
pub extern "wasi_snapshot_preview1" fn path_link(old_fd: fd_t, old_flags: lookupflags_t, old_path: [*]const u8, old_path_len: usize, new_fd: fd_t, new_path: [*]const u8, new_path_len: usize) errno_t