eliminate manual console creation & needs-console detection; use user-error mechanism for process creation failure

This commit is contained in:
Ryan Fleury
2025-03-31 16:38:18 -07:00
parent 999eca5e29
commit bca5169447
3 changed files with 10 additions and 90 deletions
+5
View File
@@ -2383,6 +2383,11 @@ recursion_stepping_tests(void){
static void
debug_string_tests(void)
{
for(int i = 0; i < 100; i += 1)
{
printf("here is a number: %i\n", i);
fflush(stdout);
}
#if _WIN32
for(int i = 0; i < 100; i += 1)
{