extern _CLibFunc int __tochar(int ch);
extern _CLibFunc int __todigit(int ch);
extern _CLibFunc int _tolower(int ch);
extern _CLibFunc int _toupper(int ch);
