uh... How exactly?
memcpy copies memory from one place in memory to another. That's all it does. There is no "calling memcpy in a way that calls malloc".
well, you asked...
uh... How exactly?
memcpy copies memory from one place in memory to another. That's all it does. There is no "calling memcpy in a way that calls malloc".