Skip to main content

StringFalse_unchecked

Function StringFalse_unchecked 

Source
pub unsafe extern "C-unwind" fn StringFalse_unchecked(
    s: *const c_char,
) -> Rboolean
Expand description

Check if a string represents FALSE in R.

Recognizes “FALSE”, “false”, “False”, “F”, “f”, etc. Unchecked FFI binding for StringFalse. Generated from source location line 1984, column 12. Generated from source file miniextendr-api/src/sys.rs.