1str_rchr(3)                Library Functions Manual                str_rchr(3)
2
3
4

NAME

6       str_rchr - find character in ASCIIZ string
7

SYNTAX

9       #include <str.h>
10
11       size_t str_rchr(const char* haystack,char needle);
12

DESCRIPTION

14       str_rchr  returns  the  index  of  the last occurrance of needle or the
15       first occurrance of \0 in string.
16

SEE ALSO

18       strchr(3)
19
20
21
22                                                                   str_rchr(3)
Impressum