#ifndef SOLVE_H #define SOLVE_H void t7_solve(double *a, int n, int m, int i, int j); #endif