博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

字符串函数-strstr

Posted on 2023-03-13 09:26  乔55  阅读(25)  评论(0编辑  收藏  举报

strstr

char *strstr(const char *haystack, const char *needle);
  • 返回值:子串在母串中第一次出现的地址位置,找不到返回NULL