#ifndef SOLVE_H #define SOLVE_H int t8_solve(double *a, int m, int n); #endif