debian man page for str_len

Query: str_len

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

str_len(3)						     Library Functions Manual							str_len(3)

NAME
str_len - find length of ASCIIZ string
SYNTAX
#include <str.h> size_t str_len(const char* string);
DESCRIPTION
str_len returns the index of the first occurrance of in string.
SEE ALSO
strlen(3) str_len(3)
Related Man Pages
xcb_glx_query_server_string(3) - centos
xcb_glx_query_server_string_string_end(3) - centos
xcb_glx_query_server_string_string(3) - centos
scan_ip6if(3) - debian
bcleartos(3tsol) - opensolaris
Similar Topics in the Unix Linux Community
pointer arithmetic vs. strlen() &amp; strnlen()?