fn abs(a: c_int) callconv(.c) c_int
fn abs(a: c_int) callconv(.c) c_int { return @intCast(@abs(a)); }