Add pause to tools

This commit is contained in:
Yukino Song
2024-08-24 02:23:45 +08:00
parent 8bbd64f025
commit e06e1429fa
2 changed files with 4 additions and 0 deletions

View File

@@ -323,5 +323,7 @@ main(int argc, char *argv[]) {
audio::print_device(device); audio::print_device(device);
} }
system("pause");
return 0; return 0;
} }

View File

@@ -78,5 +78,7 @@ main(int argc, char *argv[]) {
} }
} }
system("pause");
return 0; return 0;
} }