And this is where I've allocated space for the 2D matrix of that struct as ... void free_int_matrix(int_matrix mat) { free(mat.data); } int ...
確定! 回上一頁