|
NAMEmovebytes() - moves dataSYNOPSISchar *movebytes(from, to, size) const void *from; void *to; ssize_t size; DESCRIPTIONmovebytes() copies size bytes from from to to.RETURN VALUEA pointer just after the last transferred byte in the to string.ERRORSNo errors are definedEXAMPLESSEE ALSOcmpbytes(3), cmpmbytes(3), cmpnullbytes(3), fillbytes(3), findbytes(3), movecbytes(3), swapbytes(3), zerobytes(3)NOTESThis routine correctly handles overlapping buffers.
Visit the GSP FreeBSD Man Page Interface. |