使 #include 能够搜索当前目录的两种方法
为了能够让#include能够搜索当前目录,将<>改为" "
通过gcc的 -I 选项,来增加 #include path
gcc a.c -I . 来查找当前目录