Casting p to char* will ensure that memcpy starts reading from x+1+1+1=x+3 (memory address of pckd.c) Thus a quick fix to your problem would be: ...
確定! 回上一頁