s/qmail
3.3.23
Next generation secure email transport
sqmail-3.3.23
src
byte_copy.c
Go to the documentation of this file.
1
#include "
byte.h
"
2
3
void
byte_copy
(
register
char
*
to
,
register
unsigned
int
n
,
register
char
*
from
)
4
{
5
for
(;;) {
6
if
(!n)
return
; *to++ = *from++; --
n
;
7
if
(!n)
return
; *to++ = *from++; --
n
;
8
if
(!n)
return
; *to++ = *from++; --
n
;
9
if
(!n)
return
; *to++ = *from++; --
n
;
10
}
11
}
byte_copy
void byte_copy(register char *to, register unsigned int n, register char *from)
Definition:
byte_copy.c:3
to
substdio to
Definition:
qmail-qmqpc.c:55
from
substdio from
Definition:
qmail-qmqpc.c:56
byte.h
n
unsigned n
Definition:
matchup.c:36
Generated on Sat Jan 12 2019 23:42:27 for s/qmail by
1.8.13