const __udivmodti4 = @import("udivmodti4.zig").__udivmodti4; export fn __udivti3(a: u128, b: u128) -> u128 { return __udivmodti4(a, b, null); }