[][src]Function nc::execve

pub fn execve(filename: &str, argv: &[&str], env: &[&str]) -> Result<(), Errno>

Execute a new program.