conio

conio.h is a non-standard header. It works mostly on DOS platforms.
If you want to include conio.h to clear the screen (i.e use clrscr() ) then you can instead use `system("clear");`.

原文地址:https://www.cnblogs.com/greencolor/p/1686751.html