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