This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCSV5 #include

你好,是这样的,涉及到三个文件:main.c 、xcorr.c  、xcorr.h  。

 

问题简要概括就是,

在xcorr.h中声明了一个函数,然后在xcorr.c中对其定义,最后在main.c中国引用了这个自定义的函数。

但是,

只在main.c开头用#include <xcorr.h>包含了xcorr.h,却没有类似#include <xcorr.c>这样的语句。

为什么只在main.c中包含了声明自定义函数的头文件,却不包含定义了该函数的源文件。

 

附图如下:

x 出现错误。请重试或与管理员联系。