[求助]程序哪编错了,请行家指点
											#include <system.h>
      main()
      {
        clrscr();
        textmode(0x00);
        
        printf("Press a key");
        getchar();
        ClearScreen();
        
        printf("Another Screen");
        getchar();
        return 0;
      }
写了关于clrscr的程序,系统提示我有错并指在      #include <system.h>是什么原因?`

											
	    

