/ Published in: C
For "Borland-style CONIO implementation for MinGW/Dev-C++." Source for that is at http://conio.cvs.sourceforge.net/viewvc/conio/conio2/ That project's home page is at http://conio.sourceforge.net
Expand |
Embed | Plain Text
void gotox(int x){ __fill_text_info(); gotoxy(x,__text_info.cury); } void gotoy(int y){ __fill_text_info(); gotoxy(__text_info.curx,y); }
You need to login to post a comment.
