pub unsafe extern "C" fn krr(message: const_S) -> KExpand description
Constructor of q error.
ยงExample
use kdbplus::api::*;
use kdbplus::api::native::*;
pub extern "C" fn thai_kick(_: K) -> K{
unsafe{
krr(null_terminated_str_to_const_S("Thai kick unconditionally!!\0"))
}
}q)monstrous: `libc_api_examples 2: (`thai_kick; 1);
q)monstrous[]
'Thai kick unconditionally!!
[0] monstrous[]
^