PxBcopy()

Copy a byte string.

APPLIES TO

8.2.0

SYNOPSIS
void PxBcopy(PxUChar_t const *s, PxUChar_t *d, PxSize_t len);
ARGUMENTS
s

Source where the bytes are copied from

d

Destination where the bytes are copied to

len

Number of bytes to be copied

DESCRIPTION

PxBcopy copies len bytes starting from s to d. The areas [s,s+len-1] and d,d+len-1] must not overlap.