Function qdk_sim::c_api::lasterr[][src]

#[no_mangle]
pub extern "C" fn lasterr() -> *const c_char
Expand description

Returns the last error message raised by a call to a C function. If no error message has been raised, returns a null pointer.