Introduce an inline helper xlate_char() to isolate the character translation code. This halves the permutations of putchar_x() required.
37 KiB
37 KiB
Introduce an inline helper xlate_char() to isolate the character translation code. This halves the permutations of putchar_x() required.