Skip to main content

rb_bug_errno

Function rb_bug_errno 

Source
pub unsafe extern "C" fn rb_bug_errno(
    msg: *const c_char,
    err: c_int,
) -> !
Expand description

This is a wrapper of rb_bug which automatically constructs appropriate message from the passed errno.

ยง@param[in] msg Additional message to display. @exception err C level errno. @note It never returns.

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