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

NAME

6       str_len - find length of ASCIIZ string
7

SYNTAX

9       #include <str.h>
10
11       size_t str_len(const char* string);
12

DESCRIPTION

14       str_len returns the index of the first occurrance of \0 in string.
15

SEE ALSO

17       strlen(3)
18
19
20
21                                                                    str_len(3)
Impressum