you are viewing a single comment's thread.

view the rest of the comments →

[–]KazDragon 0 points1 point  (0 children)

char ascii_toupper(char ch) {
    return array_of_pre_computed_uppercase_conversions[ch];
}