6 lines
80 B
C
6 lines
80 B
C
#ifndef SOLVE_H
|
|
#define SOLVE_H
|
|
|
|
int t6_solve(double *a, int m, int n);
|
|
|
|
#endif
|