Copyright Digital Equipment Corp. All rights reserved.
Returns the address of the first occurrence of a given character
in a null-terminated string.
Format
#include <string.h>
char *strchr (const char *str, int character);
Function_Variants Arguments Description Return_Values Example