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