system相关的函数 clrscr,ClearScreen DispBCD SetScrollBar TextOut,outtextxy TextOut bell block cursor delay get_chi_font get_eng_font getkey getpixel gotoxy,move line noidle putpixel pyfc rectangle sleep textmode time write_chi_font write_eng_font clrscr,ClearScreen 原型:extern void clrscr(void); extern void ClearScreen(void); 用法:#include <system.h> 功能:清屏 说明:清除屏幕缓冲区及液晶显示缓冲区 光标位置回到屏幕左上角。 举例: // clrscr.c #include <system.h> main() { clrscr()