#ifndef SOLVE_H #define SOLVE_H void t4_solve(double *a, int n); #endif