mirror of
https://github.com/ada-dmitry/tmp_project.git
synced 2026-09-24 09:20:34 +00:00
8 lines
137 B
C
8 lines
137 B
C
|
|
|
|
extern double a, b, eps, x, *pa, *pb, *px;
|
|
|
|
double f(double x);
|
|
void ctrlc_handler(int signum);
|
|
void choose_path();
|
|
void fork_method(); |