mirror of
https://github.com/ada-dmitry/tmp_project.git
synced 2026-09-24 09:20:34 +00:00
reboot
This commit is contained in:
@@ -34,7 +34,7 @@ void show_grapgh()
|
||||
}
|
||||
fprintf(gp, "set xrange [-500:500]\n");
|
||||
fprintf(gp, "set yrange [0:500]\n");
|
||||
fprintf(gp, "plot %s\n", func);
|
||||
fprintf(gp, "plot %s, 0\n", func);
|
||||
fflush(gp); // очищение буфера вывода
|
||||
sig_flag = 1;
|
||||
printf("Нажмите любую клавишу, чтобы продолжить...\n");
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user