linux系统下gcc编译失败

我想在linux系统下用gcc编译器把.c文件或者.cpp文件编译成.out文件,但是编译显示test.c:3:9:fatal error:conic.h:No such file or directory
#include<conio.h>
^~~~~~~~
compilation terminated.
但是我去网上下载了conio.h文件,放在了和stdio.h同一个文件夹里,都不能成功编译。请大佬教教我咋弄。谢谢