I've found how to convert a char to its ascii value (toascii) but I want to do it the other way round!
I'm aware you can use putchar() but that doesn't really work so well for what I'm doing, or at least I'd like to find a quicker way if there is one.
Is there not a tochar or basically the opposite of toascii?