s/qmail
3.3.23
Next generation secure email transport
sqmail-3.3.23
src
byte_cr.c
Go to the documentation of this file.
1
#include "
byte.h
"
2
3
void
byte_copyr
(
register
char
*
to
,
register
unsigned
int
n
,
register
char
*
from
)
4
{
5
to +=
n
;
6
from +=
n
;
7
for
(;;) {
8
if
(!n)
return
; *--to = *--
from
; --
n
;
9
if
(!n)
return
; *--to = *--
from
; --
n
;
10
if
(!n)
return
; *--to = *--
from
; --
n
;
11
if
(!n)
return
; *--to = *--
from
; --
n
;
12
}
13
}
byte_copyr
void byte_copyr(register char *to, register unsigned int n, register char *from)
Definition:
byte_cr.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