6 lines
73 B
C
6 lines
73 B
C
#ifndef SOLVE_H
|
|
#define SOLVE_H
|
|
|
|
int t1_solve(double *a, int n);
|
|
|
|
#endif
|