[ Web Proxy ]
URL:
Viewing:
https://ru.cppreference.com/c/string/byte/strchr
[Back]
[Original]
strchr cppreference.com
cppreference.com
cppreference.com:
strchr
cppreference.com
<
c
|
string
|
byte
C
/
(C11)
[edit]
[edit]
-
isalnum
isalpha
islower
isupper
isdigit
isxdigit
isblank
(C99)
iscntrl
isgraph
isspace
isprint
ispunct
tolower
toupper
atoi
atol
atoll
(C99)
atof
strtol
strtoll
(C99)
strtoul
strtoull
(C99)
strtoimax
strtoumax
(C99)
(C99)
strtof
strtod
strtold
(C99)
(C99)
strfromf
strfromd
strfromld
(C23)
(C23)
(C23)
strcpy
strcpy_s
(C11)
strncpy
strncpy_s
(C11)
strcat
strcat_s
(C11)
strncat
strncat_s
(C11)
strxfrm
strdup
(C23)
strndup
(C23)
strlen
strnlen_s
(C11)
strcmp
strncmp
strcoll
strchr
strrchr
strspn
strcspn
strpbrk
strstr
strtok
strtok_s
(C11)
memchr
memcmp
memset
memset_explicit
memset_s
(C23)
(C11)
memcpy
memcpy_s
(C11)
memmove
memmove_s
(C11)
memccpy
(C23)
strerror
strerror_s
strerrorlen_s
(C11)
(C11)
[edit]
<tbody> </tbody>
<string.h>
char
*
strchr
(
const
char
*
str
,
int
ch
);
ch
,
str
.
1
2
3
4
.
str
-
ch
str
,
NULL
.
:
.
strrchr
()
[]
strpbrk
()
[]
C++
strchr
:
, source
enclose
Todo with reason
Web Proxy Viewer |
New URL
|
Original Page