You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.TH str_len 3
|
|
.SH NAME
|
|
str_len \- find length of ASCIIZ string
|
|
.SH SYNTAX
|
|
.B #include <libowfat/str.h>
|
|
|
|
size_t \fBstr_len\fP(const char* \fIstring\fR);
|
|
.SH DESCRIPTION
|
|
str_len returns the index of the first occurrance of \\0 in
|
|
\fIstring\fR.
|
|
.SH "SEE ALSO"
|
|
strlen(3)
|