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
posted @ 2015-11-21 16:13