1str_len(3) Library Functions Manual str_len(3)234
NAME
6str_len - find length of ASCIIZ string7
SYNTAX
9#include <str.h>1011size_t str_len(const char* string);12
DESCRIPTION
14str_len returns the index of the first occurrance of \0 in string.15
SEE ALSO
17strlen(3)18192021str_len(3)