wie man einen Zeichen in Cii -Code in C verwandelt

int a_as_int = (int) 'a';
Jolly Jay