]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_head.c
wwww
[16.git] / src / lib / 16_head.c
index 6c6eaee6689f54a36884e856ce7892dba47886e9..e56baa94bc86fb44c4efc521450b67d872afef18 100755 (executable)
 \r
 #include "src/lib/16_head.h"\r
 \r
-/* Function: Wait **********************************************************\r
-*\r
-*     Parameters:    wait - time in microseconds\r
-*\r
-*     Description:    pauses for a specified number of microseconds.\r
-*\r
-*/\r
-void wait(clock_t wait){\r
-       clock_t goal;\r
-\r
-       if(!wait) return;\r
-\r
-       goal = wait + clock();\r
-       while((goal > clock()) && !kbhit()) ;\r
-} /* End of wait */\r
-\r
 long int\r
 filesize(FILE *fp)\r
 {\r
@@ -133,7 +117,9 @@ void Quit (char *error)
        {\r
          //movedata ((unsigned)screen,7,0xb800,0,7*160);\r
          //gotoxy (10,4);\r
+               printf("\n");\r
          puts(error);\r
+               printf("\n");\r
          //gotoxy (1,8);\r
          exit(1);\r
        }\r