]> 4ch.mooo.com Git - 16.git/blobdiff - src/exmmtest.c
simplified the variable declaration in vrstest.exe
[16.git] / src / exmmtest.c
index 26bfc9648819924e7850f51464be8f17f5250438..f68d148e99bb4e1e2bff099a8cf7d50a796f985d 100755 (executable)
@@ -141,8 +141,8 @@ for(w=0;w<2;w++)
        //printf("dark purple = purgable\n");\r
        //printf("medium blue = non purgable\n");\r
        //printf("red = locked\n");\r
-       printf("press any key to continue!\n");\r
-       DebugMemory_(&gvar, 1);\r
+//     printf("press any key to continue!\n");\r
+//     DebugMemory_(&gvar, 1);\r
        if(baka) printf("\nyay!\n");\r
        else printf("\npoo!\n");\r
        printf("press any key to continue!\n");\r
@@ -177,12 +177,12 @@ for(w=0;w<2;w++)
        printf("&bigb=%Fp ", &bigbuffer);\r
        //printf("&bigb=%04x", &bigbuffer);\r
        printf("\n");\r
-#endif\r
        printf("========================================\n");\r
+#endif\r
 #ifdef __WATCOMC__\r
 //this is far  printf("Total free:                     %lu\n", (dword)(GetFreeSize()));\r
-       printf("Total near free:                %lu\n", (dword)(GetNearFreeSize()));\r
-       printf("Total far free:                 %lu\n", (dword)(GetFarFreeSize()));\r
+       printf("Total near free:                %lub\n", (dword)(GetNearFreeSize()));\r
+       printf("Total far free:                 %lub\n", (dword)(GetFarFreeSize()));\r
        heapdump(&gvar);\r
        segatesuto();\r
 #endif\r