mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Wait for key before exiting.
This commit is contained in:
@@ -64,5 +64,5 @@ void Filenames(const char* path)
|
|||||||
printf("%d:%d,%d,%d-", pos, rc, wRc, cRc);
|
printf("%d:%d,%d,%d-", pos, rc, wRc, cRc);
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("\n");
|
printf("\n\n");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -61,5 +61,9 @@ int main(int argc, char** argv)
|
|||||||
Filenames("");
|
Filenames("");
|
||||||
DirectoryDepth("");
|
DirectoryDepth("");
|
||||||
|
|
||||||
|
printf("Press any key to exit.\n");
|
||||||
|
|
||||||
|
getchar();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user