int a = 3; char c[4]; memcpy(c , &a , 4); int b = 0; memcpy(&b , c , 4);
可是memcpy的参数是&a啊,&不是取地址符么?
3,880
社区成员
9,062
社区内容
加载中