strchr

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

説明

string strchr(string haystack, string needle);

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