Cvoid InvertMatrix( Matrix * theInvertedMatrix, Matrix theSourceMatrix ) { ... ... *theInvertedMatrix = theSourceMatrix;}