posted on July 13, 2010 by admin Strchr implemention in C Filed under C_C++ Strchr – find first occurrence of a character in a string.strchr returns a pointer to the first occurrence of the character “c” in the string “s”. The ‘