C语言中,将结构体指针传入函数后,内存地址没变,内存数据发生变化
C语言中,将结构体指针传入函数后,内存地址没变,内存数据发生变化:rgbBlockInfo_t *rgbBlockInfo = NULL;/*获得地址*/rgbBlockInfo = fileToRgbBufBlock(rgbBufInfo, "D:\\picData\\pens.rgb");/*将地址传入函数*/rgbFileWrite(rgbBlockInfo,