字符串处理函数 相关函数: strstr

相关函数: strstr

头文件   #include <string.h>

函数原型: char *strstr(const char *haystack,  const char *needle);

函数说明: 在字符串haystack中查找字符串needle

返回值   返回指定字符串第一次出现的地址,否则返回NULL

posted @ 2022-12-24 18:19  cnetsa  阅读(56)  评论(0编辑  收藏  举报