some more

This commit is contained in:
2025-01-30 22:14:10 +03:00
parent 5441a87fff
commit 31c885ba02
8 changed files with 224 additions and 62 deletions

View File

@@ -74,7 +74,8 @@ int main(int argc, char **argv){
signal(SIGINT, signals); // ctrl+C - quit
signal(SIGQUIT, signals); // ctrl+\ - quit
signal(SIGTSTP, SIG_IGN); // ignore ctrl+Z
;;;
double t0 = sl_dtime();
while(sl_dtime() - t0 < 10.);
Mount.quit();
return 0;
}