// xconio.h -- Extended conio.h // By: Marek Kudlacz (MinkiCorp.com) // v1.00 Wed, Feb 18, 2004 #ifndef _XCONIO_H_ #define _XCONIO_H_ #include #include "cvclibdef.h" // Prototypes void clrscr(void); void gotoxy(int x,int y); void clreol(void); int wherex(void); int wherey(void); #endif