]> git.sur5r.net Git - cc65/blob - testcode/lib/conio.c
more hacking
[cc65] / testcode / lib / conio.c
1
2 #include <conio.h>
3
4 void main(void)
5 {
6     clrscr();
7 //    cprintf("hello world");
8     cputs("hello world");
9     for(;;);
10 }