123456789
string gotofunc (string x) { char found; string str1 = "goto"; string str2 = "go to"; string str3 = "go"; found=x.find(str1,str2,str3); return 0; }
string::size_type found = x.find(str1,0)