codeblocks多个.c 文件无法正常编译的问题

最近刚刚使用codeblocks编译器,简单写了一个测试工程,内容如下: //main.c #include <stdio.h> #include <stdlib.h> #include “function.h” int main() { printf(“Hello world!\n”); test(); return 0; } //function.h #ifndef FUNCTION_H_IN
相关文章
相关标签/搜索