Ubuntu下C编程-stdio.h找不到的解决办法

sudo apt-get install gcc libc6-dev;
libc6-dev是C的库文件包.