Memcpy 和 memcmp 函数可以使用Pointer变量吗? char *p; char* q; memcpy(p,q,10); //will this work? memcmp( ...
確定! 回上一頁