MANPAGES
Skip Quicknav
Index
About Manpages
FAQ
Service Information
/
jessie
/
libowfat-dev
/ str_len(3)
links
language-indep link
package tracker
raw man page
table of contents
NAME
SYNTAX
DESCRIPTION
SEE ALSO
other versions
jessie
0.29-4
stretch
0.30-2
testing
0.30-2
unstable
0.30-2
Scroll to navigation
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 \0 in
string
.
SEE ALSO
¶
strlen(3)