C预处理器不处理头文件包括#include <header.h> </header.h>形式

时间:2014-11-17 11:52:09

标签: c-preprocessor

C预处理器不处理头文件包括#include形式。它给出了错误:没有这样的文件或目录。表单#include“header.h”中包含的文件已正确预处理。怎么解决这个问题。我正在使用命令:

cpp -P -I.PWD file.c

1 个答案:

答案 0 :(得分:0)

#include "filename"#include <filename>不同 见(What is the difference between #include <filename> and #include "filename"?)。 `

要点:#include <filename>不会搜索.