Function errorCode

Source
pub unsafe extern "C" fn errorCode(err: *mut errorConf, error: c_int)
Expand description

Sets error code to display.

ยงArguments

  • err - Pointer to errorConf.
  • error - Error-code to display.