ucspi-ssl
0.99e
TLS encryption for IPv6 communication
ucspi-ssl-0.99e
src
str_len.c
Go to the documentation of this file.
1
/* Public domain. */
2
3
#include "
str.h
"
4
5
unsigned
int
str_len
(
const
char
*s)
6
{
7
register
const
char
*t;
8
9
t = s;
10
for
(;;) {
11
if
(!*t)
return
t - s; ++t;
12
if
(!*t)
return
t - s; ++t;
13
if
(!*t)
return
t - s; ++t;
14
if
(!*t)
return
t - s; ++t;
15
}
16
}
str_len
unsigned int str_len(const char *s)
Definition:
str_len.c:5
str.h
Generated on Wed Jul 11 2018 22:50:46 for ucspi-ssl by
1.8.13