相关函数isascii, toupper, tolower 头文件#include ctype.h 定义函数int toascii(int c); 函数说明toascii()会将参数c 转换成7 位的unsigned char 值, 第八位则会被清除, ...
www.google.com.tw