Function ctru_sys::errorText

source ·
pub unsafe extern "C" fn errorText(
    err: *mut errorConf,
    text: *const c_char
)
Expand description

Sets error text to display.

§Arguments

  • err - Pointer to errorConf.
  • text - Error-text to display.