有人可以帮助我理解如何在C中实现memmove.我只有一个特殊条件吗?
if((src<dst)&&((src+sz) > dst)) copy from the back
它还取决于堆栈增长的方式吗?
c memmove
c ×1
memmove ×1