#include "test.c"
#include <stdio.h> 只搜索系统类库,不搜索本地。Linux下类库目录是 /usr/include/
#inlcude "stdio.h" 先搜索本地,如果本地存在就不再搜索,本地不存在就搜索系统类库。