We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
An inconsistency in part 2:
The tutorial text introduces
Memcpy, like the similar C function
Memcpy
but in the code the routine is labelled Memcopy (note the o).
Memcopy
o
It should be trivial to change the code to match the text (a bit less so the other way around).
Activity