full update

This commit is contained in:
ada-dmitry
2023-11-29 22:58:19 +03:00
parent dbee23df9f
commit 941064ac3a
10 changed files with 64 additions and 35 deletions
+8
View File
@@ -0,0 +1,8 @@
extern double a, b, eps, x, *pa, *pb, *px;
double f(double x);
void ctrlc_handler(int signum);
void choose_path();
void fork_method();