比如在a.c 里面有

#include <b.h>

#include <c.h>

 

而编译器提示你c.h中有上述错误时,有可能是b.h声明函数的结尾漏了分号。。。

posted on 2012-01-13 20:03  吃吃户  阅读(674)  评论(0)    收藏  举报