ruby_run_node

Function ruby_run_node 

Source
pub unsafe extern "C" fn ruby_run_node(n: *mut c_void) -> c_int
Expand description

Runs the given compiled source and exits this process.

§@param[in] n Opaque “node” pointer. @retval EXIT_SUCCESS Successfully run the source. @retval EXIT_FAILURE An error occurred.

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