strchr

strchr -- 文字が最初に現れるところを探す

説明

string strchr(string haystack, string needle);

この関数はstrstr()の別名で、すべて同じです。