Skip to main content

Rf_type2char_unchecked

Function Rf_type2char_unchecked 

Source
unsafe extern "C-unwind" fn Rf_type2char_unchecked(
    sexptype: SEXPTYPE,
) -> *const c_char
Expand description

Convert SEXPTYPE to C string name.

Returns a string like “INTSXP”, “REALSXP”, etc. Unchecked FFI binding for Rf_type2char. Generated from source location line 3690, column 8. Generated from source file miniextendr-api/src/ffi.rs.