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