fn toupper(c: c_int) callconv(.c) c_int
fn toupper(c: c_int) callconv(.c) c_int { return std.ascii.toUpper(@truncate(@as(c_uint, @bitCast(c)))); }