2012年10月23日

测试

摘要: 有一天,你运用了extern、volatile,结构显示conflicting type qualifiersmyhead.h 1 #ifndef MYHEAD 2 #define MYHEAD 3 4 extern int a; 5 extern void show(); 6 7 #endiftest.c 1 #include <stdio.h> 2 #include "myhead.h" 3 int a=3; 4 int main(int argc, char *argv[]) 5 { 6 7 show(); 8 printf("%d\n" 阅读全文

posted @ 2012-10-23 16:30 阿加 阅读(164) 评论(0) 推荐(0) 编辑

导航