str1: 被查找目标 string expression to search.
str2: 要查找对象 The string expression to find.
返回值:若str2是str1的
子串,则返回str2在str1的首次出现的地址;如果str2不是str1的子串,则返回NULL。
1.Copyright 1990 Software Development Systems,
Inc.
3. GCC-4.8.0
4. 常用经典实现方法
//功能:从
字串”
string1 onexxx string2 oneyyy”中寻找”yyy”