C语言strchr的实现
#include
#include
#include
char *mystrchr(char *str, char c)
{
int i;
for (i = 0; i
新闻标题:C语言strchr的实现
网站地址:http://huitaihen.com/article/pdsspd.html


咨询
建站咨询
