added imports for conio init to conio functions, so the constructor will get linked and called automatically
This commit is contained in:
@@ -42,7 +42,7 @@ void main(void)
|
||||
gotoxy(0,8);
|
||||
clk = clock();
|
||||
cprintf("clock: %08lx", clk);
|
||||
|
||||
|
||||
for (i = 0; i < 4; ++i)
|
||||
{
|
||||
gotoxy(0, 12 + i);
|
||||
@@ -58,4 +58,4 @@ void main(void)
|
||||
}
|
||||
}
|
||||
for(;;);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user