2nd_Sem_Bogachev/2025.03.21/10Ex/solve.h
2025-03-19 17:44:00 +03:00

6 lines
81 B
C

#ifndef SOLVE_H
#define SOLVE_H
int t10_solve(double *a, int m, int n);
#endif