2nd_Sem_Bogachev/2025.03.21/04Ex/solve.h
2025-03-17 18:58:09 +03:00

6 lines
80 B
C

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