大型工程代碼如何防止頭文件被重複包含

 如以下代碼: //vs 2012 : test.c #include <stdio.h> #include "test.h" extern i; extern void test1(); extern void test2(); int main() {    test1();    printf("ok/n");    test2();    printf("%d/n",i);    re
相關文章
相關標籤/搜索