#ifndef __ANSI_H__ #define __ANSI_H__ extern void clrscr(); extern void clrline(); extern void gotoxy(int x, int y); #endif