#ifndef SOLVE_H #define SOLVE_H void matrix_multiply(const double *A, const double *B, double *c, int n, int m, int l); #endif