more hacking
This commit is contained in:
10
testcode/lib/conio.c
Normal file
10
testcode/lib/conio.c
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
#include <conio.h>
|
||||
|
||||
void main(void)
|
||||
{
|
||||
clrscr();
|
||||
// cprintf("hello world");
|
||||
cputs("hello world");
|
||||
for(;;);
|
||||
}
|
||||
Reference in New Issue
Block a user