X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_head.c;h=e56baa94bc86fb44c4efc521450b67d872afef18;hb=330b72f5c3a57ed0a17636059df12e0195a5c3cd;hp=6c6eaee6689f54a36884e856ce7892dba47886e9;hpb=cf07aa1a41fba0c2a0013b83b9a70d8591eae4f1;p=16.git diff --git a/src/lib/16_head.c b/src/lib/16_head.c index 6c6eaee6..e56baa94 100755 --- a/src/lib/16_head.c +++ b/src/lib/16_head.c @@ -22,22 +22,6 @@ #include "src/lib/16_head.h" -/* Function: Wait ********************************************************** -* -* Parameters: wait - time in microseconds -* -* Description: pauses for a specified number of microseconds. -* -*/ -void wait(clock_t wait){ - clock_t goal; - - if(!wait) return; - - goal = wait + clock(); - while((goal > clock()) && !kbhit()) ; -} /* End of wait */ - long int filesize(FILE *fp) { @@ -133,7 +117,9 @@ void Quit (char *error) { //movedata ((unsigned)screen,7,0xb800,0,7*160); //gotoxy (10,4); + printf("\n"); puts(error); + printf("\n"); //gotoxy (1,8); exit(1); }