#ifndef __ANSI_H__ #define __ANSI_H__ extern void clr_scr(); extern void clrline(); extern void goto_xy(int x, int y); #endif