libowfat/str/str_len.3

13 lines
258 B
Groff
Raw Normal View History

2001-02-02 17:54:47 +00:00
.TH str_len 3
.SH NAME
str_len \- find length of ASCIIZ string
.SH SYNTAX
.B #include <str.h>
2006-11-07 17:56:05 +00:00
size_t \fBstr_len\fP(const char* \fIstring\fR);
2001-02-02 17:54:47 +00:00
.SH DESCRIPTION
str_len returns the index of the first occurrance of \\0 in
\fIstring\fR.
.SH "SEE ALSO"
strlen(3)