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

NAME

6       str_chr - find character in ASCIIZ string
7

SYNTAX

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

DESCRIPTION

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

SEE ALSO

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