2
0
forked from Ivasoft/DSView

code refactoring 3

This commit is contained in:
dreamsourcelabTAI
2022-07-20 11:39:02 +08:00
parent 693db0bb30
commit 718b41ee33
9 changed files with 225 additions and 59 deletions

View File

@@ -55,8 +55,11 @@ void usage()
}
int main2();
int main(int argc, char *argv[])
{
//return main2();
int ret = 0;
const char *open_file = NULL;
int logLevel = -1;