Joakim Tjernlund Fri, 30 Apr 2010 07:08:44 -0700
Is memcpy supposed to work when the src and dest are the same: memcpy(p, p, 100);
Jocke