This shows you the differences between two versions of the page.
c:conio.h:cprintf [2015/08/08 10:07] 117.211.25.97 [description of cprintf] |
c:conio.h:cprintf [2015/08/08 12:50] (current) Daniel Gohlke old revision restored (2013/02/03 20:58) |
||
---|---|---|---|
Line 25: | Line 25: | ||
window(10, 10, 80, 25); | window(10, 10, 80, 25); | ||
cprintf("Hello world\r\n"); | cprintf("Hello world\r\n"); | ||
- | cprintf("hi"); | ||
getch(); | getch(); | ||
return 0; | return 0; |