Function renameat [src]
Prototype
pub extern "c" fn renameat(olddirfd: fd_t, old: [*:0]const u8, newdirfd: fd_t, new: [*:0]const u8) c_int
Parameters
olddirfd: fd_t
old: [*:0]const u8
newdirfd: fd_t
new: [*:0]const u8
Source
pub extern "c" fn renameat(olddirfd: fd_t, old: [*:0]const u8, newdirfd: fd_t, new: [*:0]const u8) c_int