полет фантазии

This commit is contained in:
ada-dmitry
2023-11-29 17:06:06 +03:00
parent 0d6681080a
commit dbee23df9f
9 changed files with 220 additions and 1 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();