PxBcopy()
Copy a byte string.
- APPLIES TO
-
8.2.0
- SYNOPSIS
-
void PxBcopy(PxUChar_t const *s, PxUChar_t *d, PxSize_t len);
- ARGUMENTS
|
|
|
|
|
- DESCRIPTION
-
PxBcopy copies
len
bytes starting froms
tod
. The areas[s,s+len-1]
andd,d+len-1]
must not overlap.