摘要: strchr 原型:extern char *strchr(const char *s,char c); const char *strchr(const char* _Str,int _Val) char *strchr(char* _Str,int _Ch) 头文件:#include <string.h> 功能:查找字符串s中首次出现字符c的位置 说明:返回首次出现c的位置的指针,如果s中不存在c则返回NULL。 返回值:Returns the address of the first occurrence of the character in the string if . 阅读全文
posted @ 2012-04-01 19:12 [无名] 阅读(3509) 评论(0) 推荐(0) 编辑
摘要: http://openprog.altervista.org/OP_eng.html看了这个,人家做的很强悍,想想自己过去,实在惭愧不已,自己还是太浮躁了。 阅读全文
posted @ 2012-04-01 19:09 [无名] 阅读(356) 评论(0) 推荐(0) 编辑