NXC
Version 1.2.1 r5
|
|
inline |
Copy an array subset.
Copy a subset of the source array starting at the specified index and containing the specified number of elements into the destination array.
aout | The output array containing the subset. |
asrc | The input array from which to copy a subset. |
idx | The start index of the array subset. |
len | The length of the array subset. |