代码搜索结果
找到约 10,000 项符合
的代码
funtc40.dat
函数名 tolower
函数原型 int tolower(int ch);
功能 将ch字符转换为小写字母.
返回值 返回ch所代表的字符的小写字母.
包含文件 ctype.h
17696.html
About vb&image process
About vb&image process
funtc24.dat
函数名 isalpha
函数原型 int isalpha(int ch);
功能 检查ch是否是字母.
返回值 是字母或返回 1,否则返回 0.
包含文件 ctype.h
funtc74.dat
函数名 free
函数原型 void free(void * p);
功能 释放p所指的内存区.
返回值 无
12000.html
Re: Answer for "一个笨问题"
Re: Answer for "一个笨问题"