I need a function that returns the ASCII value of a character, including spaces, tabs, newlines, etc...
On a similar note, what is the function that converts between
If you want to get the ASCII value of a character in your code, just put the character in quotes
char c = 'a';