rb_proc_exec

Function rb_proc_exec 

Source
pub unsafe extern "C" fn rb_proc_exec(cmd: *const c_char) -> c_int
Expand description

Executes a shell command.

§@warning THIS FUNCTION RETURNS on error! @param[in] cmd Passed to the shell. @retval -1 Something prevented the command execution. @post Upon successful execution this function doesn’t return. @post In case it returns the errno is set properly.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3