#ifndef _MXM_H_ #define _MXM_H_ void matrixmultiply(double **a, double **b, double **c, int m, int n, int r); #endif