#include问题为什么多次拷贝同一声明会导致维护性问题呢?求赐教 #include问题 [解决办法]比如说你在example.c中写一个函数
int test(){ return 0;}
int test();