2015年11月21日

c和指针(笔记)

摘要: 1、char *strpbrk(char const *str, char const *group) 在str中查找和group第一个匹配字符的位置,没有的话返回NULL。例如: char str[] = "I don't want to eat rice."; char *group = "... 阅读全文

posted @ 2015-11-21 16:13 会飞的桔子 阅读(104) 评论(0) 推荐(0) 编辑

导航