logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

str_len - find length of ASCIIZ string

Description

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

Name

       str_len - find length of ASCIIZ string

See Also

strlen(3)

                                                                                                      str_len(3)

Syntax

#include<libowfat/str.h>

       size_t str_len(const char* string);

See Also