get_key
int get_key(const char *);
int ch = get_key(NULL);
int ch = get_key("YyNnQqSs");
kp = get_key(str);