Function ruby_set_argv

Source
pub unsafe extern "C" fn ruby_set_argv(
    argc: c_int,
    argv: *mut *mut c_char,
)
Expand description

Sets argv that ruby understands. Your program might have its own command line parameters etc. Handle them as you wish, and pass remaining parts of argv here.

ยง@param[in] argc Number of elements of argv. @param[in] argv Command line arguments.

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