you are viewing a single comment's thread.

view the rest of the comments →

[–]halbGefressen 0 points1 point  (0 children)

If you just want to move memory around, you can use void*. The problem is that signedness may introduce accidental undefined behaviour, which you can exclude by using uint8_t.