Function squirrel::sq_compile [] [src]

pub unsafe extern "C" fn sq_compile(
    v: HSQUIRRELVM,
    read: SQLEXREADFUNC,
    p: SQUserPointer,
    sourcename: *const SQChar,
    raiseerror: SQBool
) -> SQRESULT