C语言strchr的实现
#include
#include
#include
char *mystrchr(char *str, char c)
{
int i;
for (i = 0; i
网站题目:C语言strchr的实现
当前路径:http://ybzwz.com/article/pdsspd.html
#include
#include
#include
char *mystrchr(char *str, char c)
{
int i;
for (i = 0; i