Copy memory every n bytes

前端 未结 0 1708
旧巷少年郎
旧巷少年郎 2021-01-23 01:56

I have one array of uint8_t values, my goal is to copy every 3 bytes to a dst array, but the catch is that I iterate from 4 to 4 bytes in the dst array, just like shown below.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题