. \" Manual Seite fuer movebytes . \" @(#)movebytes.3 1.3 17/02/08 Copyright 1988-2017 J. Schilling . \"
MOVEBYTES 3 "2017/02/08" "J\*org Schilling" "Schily\'s LIBRARY FUNCTIONS"
NAME
movebytes() - moves data
SYNOPSIS
 char *movebytes(from, to, size)
 const void *from;  void *to;  ssize_t size; 
DESCRIPTION
movebytes() copies size bytes from from to to .
RETURN VALUE
A pointer just after the last transferred byte in the to string.
ERRORS

No errors are defined

EXAMPLES
"SEE ALSO"

cmpbytes (3), cmpmbytes (3), cmpnullbytes (3), fillbytes (3), findbytes (3), movecbytes (3), swapbytes (3), zerobytes (3)

NOTES
This routine correctly handles overlapping buffers.