Open quinnyo opened 9 months ago
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).
An inconsistency in part 2:
The tutorial text introduces
but in the code the routine is labelled
Memcopy
(note theo
).It should be trivial to change the code to match the text (a bit less so the other way around).