How to iterate through array to find C-style string

后端 未结 0 1158
南方客
南方客 2020-12-12 05:23

Write a function, char* findx(const char* s, const char* x), that finds the first occurrence of the C-style string x in s. Do not use any standard library funct

相关标签:
回答
  • 消灭零回复
提交回复
热议问题