Skip to main content

R_registerRoutines

Function R_registerRoutines 

Source
pub(crate) unsafe fn R_registerRoutines(
    info: *mut DllInfo,
    croutines: *const R_CMethodDef,
    callRoutines: *const R_CallMethodDef,
    fortranRoutines: *const R_FortranMethodDef,
    externalRoutines: *const R_ExternalMethodDef,
) -> c_int
Expand description

Checked wrapper for R_registerRoutines. Calls R_registerRoutines_unchecked and routes through with_r_thread. Generated from source location line 2773, column 19. Generated from source file miniextendr-api/src/ffi.rs.