Function libc::exec
[−]
[src]
pub fn exec(path: &str, args: &[[usize; 2]]) -> Result<usize, Error>
Replace the current process with a new executable
pub fn exec(path: &str, args: &[[usize; 2]]) -> Result<usize, Error>
Replace the current process with a new executable