#include "Matrix.h" float* MatrixToArray(struct matrix A){ float TempA[A.m][A.n]; A.pointer; }