1byte_copyr(3)              Library Functions Manual              byte_copyr(3)
2
3
4

NAME

6       byte_copyr - copy a string
7

SYNTAX

9       #include <byte.h>
10
11       void byte_copyr(char *out,size_t len,const char *in);
12

DESCRIPTION

14       byte_copyr  copies  in[len-1]  to  out[len-1], in[len-2] to out[len-2],
15       etc., and in[0] to out[0].
16
17

SEE ALSO

19       byte_copy(3)
20
21
22
23                                                                 byte_copyr(3)
Impressum