6 lines
74 B
C
6 lines
74 B
C
#ifndef SOLVE_H
|
|
#define SOLVE_H
|
|
|
|
void t5_solve(double *a, int n);
|
|
|
|
#endif
|