打印结构体指针变量出现警告  建议将类似下面的输出语句中的%x `printf(">>Matrix_%x:\n", _mat);` 改成%p `printf(">>Matrix_%p:\n", _mat);`
打印结构体指针变量出现警告

建议将类似下面的输出语句中的%x
printf(">>Matrix_%x:\n", _mat);改成%p
printf(">>Matrix_%p:\n", _mat);