全包含在: conio.h 中
clrscr : 控制台程序清屏! 光标回到 1,1 点 void clrscr(void);
textbackground : 选择一种新的文本背景色 void textbackground(int newcolor);
textmode : 将屏幕设置为文本模式 void textmode(int newmode);
textcolor : 在文本模式中选择新的文本颜色 void textcolor(int newcolor);
这些函数不能用在 Win32 程序或 Win32 图形界面应用程序中