programming:c:function strchrWhat links here?
Locate first occurrence of character in string

Returns a pointer to the first occurrence of character in the C string str.

The terminating null-character is considered part of the C string. Therefore, it can also be located.

Syntax

char *strchr(char *str, int character)


Parameters



Return Value

A pointer to the first occurrence of character in str.
If the value is not found, the function returns a null pointer.
programming:c:function strchr
programming - HTML - text area
filename:programming:c:function strchr
filename:programming%3Ac%3Afunction%20strchr
last edit:April 05 2009 22:00:02 (5947 days ago)
ct = 1752884420.000000 = July 18 2025 20:20:20
ft = 1238983202.000000 = April 05 2009 22:00:02
dt = 513901218.000000