pub unsafe extern "C" fn kc(character: I) -> KExpand description
Constructor of q char object.
ยงExample
use kdbplus::api::*;
use kdbplus::api::native::*;
#[no_mangle]
pub extern "C" fn create_char(_: K) -> K{
unsafe{kc('q' as I)}
}q)quiz: libc_api_examples 2: (`create_char; 1);
q)quiz[]
"q"