mirror of
https://github.com/ada-dmitry/tmp_project.git
synced 2026-09-24 09:20:34 +00:00
added 1.6
This commit is contained in:
+5
-1
@@ -18,6 +18,10 @@ int main()
|
||||
pb = &b;
|
||||
px = &x;
|
||||
|
||||
printf("set terminal wxt enhanced\n");
|
||||
printf("plot sin(x)\n");
|
||||
printf("pause mouse keypress\n");
|
||||
|
||||
struct sigaction sig_int, sig_tstp; // Инициализация структуры, отвечающей за обработку сигнала.
|
||||
// Замена стандартного алгоритма на необходимый для вызова меню действий.
|
||||
sig_int.sa_handler = ctrlc_handler;
|
||||
@@ -38,7 +42,7 @@ int main()
|
||||
return 1;
|
||||
}
|
||||
|
||||
show_grapgh();
|
||||
// show_grapgh();
|
||||
input_diap();
|
||||
|
||||
if (*mth == 0)
|
||||
|
||||
Reference in New Issue
Block a user